From 77b60b6acf56c43074d794802250053c47a2380f 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index 703c659dd..adcadb2bc 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -52,6 +52,10 @@ 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. + Redis -----