summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Brückner <m.brueckner90@gmail.com>2017-08-02 21:47:27 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-27 13:29:11 +0200
commit50b9eadbff868451dc4cd4294e3b0594120798dc (patch)
treef4974c7a63ece719d2e094b701b2413bf644823b
parente87d8d121700557b977bc442a42de024e33b67a6 (diff)
deleted redundant lines
-rw-r--r--.examples/docker-compose/with-nginx-proxy/apache/caching.php1
-rw-r--r--.examples/docker-compose/with-nginx-proxy/fpm/caching.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/apache/caching.php b/.examples/docker-compose/with-nginx-proxy/apache/caching.php
index d97c77c2..9f8b5d2b 100644
--- a/.examples/docker-compose/with-nginx-proxy/apache/caching.php
+++ b/.examples/docker-compose/with-nginx-proxy/apache/caching.php
@@ -1,6 +1,5 @@
<?
$CONFIG = array (
- 'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>
diff --git a/.examples/docker-compose/with-nginx-proxy/fpm/caching.php b/.examples/docker-compose/with-nginx-proxy/fpm/caching.php
index d97c77c2..9f8b5d2b 100644
--- a/.examples/docker-compose/with-nginx-proxy/fpm/caching.php
+++ b/.examples/docker-compose/with-nginx-proxy/fpm/caching.php
@@ -1,6 +1,5 @@
<?
$CONFIG = array (
- 'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'redis' =>