1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-21 15:07:32 +02:00
docker-nextcloud/.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,
),
);
?>