Nextcloud-Docker/.examples/docker-compose/with-nginx-proxy/fpm/caching.php

12 lines
182 B
PHP

<?
$CONFIG = array (
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>
array (
'host' => 'redis',
'port' => 6379,
),
);
?>