summaryrefslogtreecommitdiffstats
path: root/20.0-rc/apache/config/apcu.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-09-18 14:00:20 +0000
committertilosp-bot <git-bot@tilosp.de>2020-09-18 14:00:20 +0000
commitdf570ee1e3e46e3552fba2e01a7fcdc5bb306640 (patch)
treee18c521157b0dd85b3e598929e0dc4f591a28d61 /20.0-rc/apache/config/apcu.config.php
parent9225c07b820b5fcb019633bbc3da527b81f11ff2 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
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',
+);