1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-22 23:46:37 +02:00
docker-nextcloud/23/apache/config/apcu.config.php
J0WI e2dc98dea4
Nextcloud 23 (#1642)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-11-30 23:17:47 +00:00

5 lines
70 B
PHP

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