summaryrefslogtreecommitdiffstats
path: root/17.0-rc/apache/config/apcu.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-08-20 14:00:22 +0000
committertilosp-bot <git-bot@tilosp.de>2020-08-20 14:00:22 +0000
commitbd4cf887a4741837c66ff4b8100a1787ebb6512c (patch)
treea8a200b14fb1ba6168fa7b68ff8e35fb406a08e1 /17.0-rc/apache/config/apcu.config.php
parentabe8cd69a6a3eee4952d4faea9dfbda64c4cdb2b (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '17.0-rc/apache/config/apcu.config.php')
-rw-r--r--17.0-rc/apache/config/apcu.config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/17.0-rc/apache/config/apcu.config.php b/17.0-rc/apache/config/apcu.config.php
new file mode 100644
index 00000000..69fed876
--- /dev/null
+++ b/17.0-rc/apache/config/apcu.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+ 'memcache.local' => '\OC\Memcache\APCu',
+);