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