0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-10-01 00:42:36 +02:00
nextcloud-docker/.examples/docker-compose/with-nginx-proxy/fpm/caching.php
2017-09-27 13:29:11 +02:00

11 lines
182 B
PHP

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