1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-02 14:10:57 +02:00
docker-nextcloud/24/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2022-05-04 02:27:42 +02:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);