1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-15 20:24:11 +02:00
docker-nextcloud/14.0-rc/apache/config/apcu.config.php
2018-10-04 20:32:11 +02:00

5 lines
70 B
PHP

<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);