Nextcloud Memory cache

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


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *