docker-nextcloud/11.0/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2017-07-01 15:06:05 +02:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);