admin/configuration/caching: apc.enable_cli configurable on cron job call

Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
This commit is contained in:
Felix Stupp 2020-06-07 19:11:05 +02:00 committed by backportbot[bot]
parent d5dc8e7d4b
commit 324f1e4e06

View File

@ -59,7 +59,7 @@ 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.
config file or append ``--define apc.enable_cli=1`` to the cron job call.
Redis
-----