1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-23 16:07:36 +02:00
docker-nextcloud/19.0-rc/fpm/config/apcu.config.php
2020-09-05 01:46:19 +00:00

5 lines
70 B
PHP

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