apc.enable_cli docs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-12-07 16:37:55 +01:00 committed by Julius Härtl
parent 4282269291
commit adb64b4046
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

View File

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