mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #2137 from Zocker1999NET/ext/apc_cli_define
admin/configuration/caching: Added possibility that apc.enable_cli is configurable for cron job call only
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user