mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
note on the redis socket file permissions
This can take forever to debug ;-)
This commit is contained in:
parent
71108ee419
commit
77cc418d95
@ -116,6 +116,13 @@ recommended if Redis is running on the same system as Nextcloud) use this exampl
|
||||
|
||||
Only "host" and "port" variables are required, the other ones are optional.
|
||||
|
||||
Be sure to set the right permissions on redis.sock so that your webserver can
|
||||
read and write to it. This might require settingt them to `777` in the Redis
|
||||
configuration file, typically ``/etc/redis/default.config```::
|
||||
|
||||
unixsocket /var/run/redis/redis.sock
|
||||
unixsocketperm 777
|
||||
|
||||
Redis is very configurable; consult `the Redis documentation
|
||||
<http://redis.io/documentation>`_ to learn more.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user