0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-12 18:05:08 +01:00
nextcloud-docker/25/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2022-10-19 15:06:11 +00:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);