diff options
Diffstat (limited to '29/fpm/config/apcu.config.php')
-rw-r--r-- | 29/fpm/config/apcu.config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/29/fpm/config/apcu.config.php b/29/fpm/config/apcu.config.php new file mode 100644 index 00000000..69fed876 --- /dev/null +++ b/29/fpm/config/apcu.config.php @@ -0,0 +1,4 @@ +<?php +$CONFIG = array ( + 'memcache.local' => '\OC\Memcache\APCu', +); |