| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Ubuntu 20.04 |
| Webmin version | 1.994 |
| Virtualmin version | 7.1-1 Pro |
| Related packages | Redis 5.0.7 |
Hey folks,
I configured a redis unix socket to boost the speed of my Nextcloud installation.
Problem:
I can’t figure out the correction permissions/method for my virtual server user to safely access the redis unix socket.
If I create a new group called redis-socket and add redis and server-owner to the group and change the ownership to redis:redis-socket, this caues nextcloud to throw an internal server error due to bad permissions.
Whereas if I directly add server-owner to the redis group with redis:redis things work as expected. With major caveat being that server-owwner now has permissions on any app that the redis group also has permissions on (i.e. roundcube, wordpress, etc.)
Does anyone know how to overcome this?