0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-10-01 00:42:36 +02:00
nextcloud-docker/18.0-rc/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2020-10-02 03:04:44 +02:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);