From adb64b4046ba8e9524cb97a455ac9879da4552c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 7 Dec 2018 16:37:55 +0100 Subject: [PATCH] apc.enable_cli docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- admin_manual/configuration_server/caching_configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index 1fb521908..f19c85015 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -60,6 +60,11 @@ After restarting your Web server, add this line to your ``config.php`` file:: Refresh your Nextcloud admin page, and the cache warning should disappear. +.. warning:: APCu is disabled by default on CLI which could cause issues with nextcloud's + cron jobs. Please make sure you set the ``apc.enable_cli`` to ``1`` on your ``php.ini`` + config file. + + Memcached --------- @@ -101,6 +106,7 @@ servers in the shared cache pool with their port numbers:: array('server2.example.com', 11211), ), + Redis -----