0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 16:32:36 +02:00
nextcloud-docker/16.0/apache/config/apcu.config.php
J0WI abe7b70052 Run update.sh
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-26 13:27:26 +02:00

4 lines
70 B
PHP

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