fix: Adjust path

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-11-13 02:00:36 +01:00
parent 31961b406a
commit 0820f56832

View File

@@ -49,7 +49,7 @@ recommended if Redis is running on the same system as Nextcloud) use this exampl
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => '/var/run/redis/redis-server.sock',
'host' => '/run/redis/redis-server.sock',
'port' => 0,
'timeout' => 0.0,
),