mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-09-18 21:17:02 +00:00
nextcloud: use redis for file locking cache
This commit is contained in:
@@ -29,6 +29,13 @@ cat > $CONFIGFILE <<EOF;
|
||||
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'redis' => array(
|
||||
'host' => '/tmp/redis.sock',
|
||||
'port' => 0,
|
||||
'timeout' => 0.0,
|
||||
),
|
||||
|
||||
'instanceid' => '$instanceid',
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user