0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 16:32:36 +02:00
nextcloud-docker/.examples/docker-compose/with-nginx-proxy/apache/app/redis.php

11 lines
182 B
PHP

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