Merge pull request #1021 from nextcloud/backport/1019/stable15

[stable15] apc.enable_cli docs
This commit is contained in:
John Molakvoæ 2018-12-08 11:06:02 +01:00 committed by GitHub
commit 4b744644bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-----