Configure memory cache for Nextcloud
$ sudo vi /var/www/nextcloud/config/config.php
...
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis-server.sock',
'host' => 0,
'timeout' => 0.0,
),
...
Last Updated on August 20, 2021 by lama-admin
Leave a Reply