summaryrefslogtreecommitdiffstats
path: root/18.0-rc/fpm/config/apcu.config.php
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-07-16 10:05:54 +0200
committerGitHub <noreply@github.com>2020-07-16 10:05:54 +0200
commit476e60305b5f51aba863f0552cbaf7c2d4e0dbf9 (patch)
treeccc5c55805dd898b3807e7faf7415db2e3c9f83d /18.0-rc/fpm/config/apcu.config.php
parent8c623fd1562666a7a35ed8ce8b06a7882d1b0459 (diff)
parent45f3995ab7c46fff7d7e779a00b69443f9a90fa6 (diff)
Merge pull request #1177 from tilosp/bot/update
Update nextcloud to 17.0.8, 18.0.7 and 19.0.1
Diffstat (limited to '18.0-rc/fpm/config/apcu.config.php')
-rw-r--r--18.0-rc/fpm/config/apcu.config.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/18.0-rc/fpm/config/apcu.config.php b/18.0-rc/fpm/config/apcu.config.php
deleted file mode 100644
index 69fed876..00000000
--- a/18.0-rc/fpm/config/apcu.config.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$CONFIG = array (
- 'memcache.local' => '\OC\Memcache\APCu',
-);