aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud-config.php
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-25 02:00:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-25 02:42:48 +0200
commit2a9da16c79f4bb48136b0e0a87958a1e22b697ef (patch)
treeb6dbfb64b754dae5130ad160088e03f8a73b0c96 /community/nextcloud/nextcloud-config.php
parent75c0ec68eec739bef5606b68b288988896a3a9c7 (diff)
downloadaports-2a9da16c79f4bb48136b0e0a87958a1e22b697ef.tar.bz2
aports-2a9da16c79f4bb48136b0e0a87958a1e22b697ef.tar.xz
community/nextcloud: improve default settings
Diffstat (limited to 'community/nextcloud/nextcloud-config.php')
-rw-r--r--community/nextcloud/nextcloud-config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/nextcloud/nextcloud-config.php b/community/nextcloud/nextcloud-config.php
index 13de237a34..de572edc28 100644
--- a/community/nextcloud/nextcloud-config.php
+++ b/community/nextcloud/nextcloud-config.php
@@ -18,5 +18,9 @@ $CONFIG = array (
),
'updatechecker' => false,
'check_for_working_htaccess' => false,
+
+ // Uncomment to enable Zend OPcache.
+ //'memcache.local' => '\OC\Memcache\APCu',
+
'installed' => false,
);