Nextcloud-Docker/.examples/docker-compose/with-nginx-proxy/apache/caching.php
2017-09-27 13:29:11 +02:00

12 lines
182 B
PHP

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