mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1022 from nextcloud/stable14-1019
[stable14] apc.enable_cli docs
This commit is contained in:
commit
56fd5a4898
@ -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
|
||||
-----
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user