1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-28 04:00:51 +02:00
docker-nextcloud/26/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2023-03-21 19:20:33 +01:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);