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/fpm/caching.php

12 lines
182 B
PHP
Raw Normal View History

2017-08-02 11:52:53 +02:00
<?
$CONFIG = array (
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>
array (
'host' => 'redis',
'port' => 6379,
),
);
?>