summaryrefslogtreecommitdiffstats
path: root/15.0/fpm/config/apcu.config.php
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-02-06 15:20:27 +0100
committerGitHub <noreply@github.com>2020-02-06 15:20:27 +0100
commit26487c056c26d9277c41762941804f0fc2f6d0a5 (patch)
treeb0792cb82fdf7b1335af5227079a7ec2ff46796a /15.0/fpm/config/apcu.config.php
parent4bd951c62245544794c833ae5d8a4e0db0adca60 (diff)
parent4053ea4fb07db2416348234d41f19b63083a5341 (diff)
Merge pull request #988 from nextcloud/eol-15
Remove end of life version 15.0
Diffstat (limited to '15.0/fpm/config/apcu.config.php')
-rw-r--r--15.0/fpm/config/apcu.config.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/15.0/fpm/config/apcu.config.php b/15.0/fpm/config/apcu.config.php
deleted file mode 100644
index 69fed876..00000000
--- a/15.0/fpm/config/apcu.config.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$CONFIG = array (
- 'memcache.local' => '\OC\Memcache\APCu',
-);