nc: update cache details

This commit is contained in:
pedrolab 2021-04-12 14:57:21 +02:00
parent 30aee7c453
commit c1d94e2613

View file

@ -365,7 +365,8 @@ add www-data to redis group and restart apache2 to have proper permissions
configure APCU as memcache and redis for file locking, in `/var/www/html/nextcloud/config/config.php` add:
'memcache.local' => '\OC\Memcache\APCu',
'memcache.locking' => '\OC\Memcache\Redis',
'memcache.local' => '\OC\Memcache\Redis',
'memcache.distributed' => '\OC\Memcache\Redis',
'redis' => [
'host' => '/var/run/redis/redis-server.sock',
@ -376,6 +377,8 @@ configure APCU as memcache and redis for file locking, in `/var/www/html/nextclo
https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/caching_configuration.html
using redis as memcache.local, suggested here https://help.nextcloud.com/t/solved-apcu-caching-gives-error/9403/5
## run occ operations
check new nextcloud version