diff --git a/pages/02.linux/nextcloud/default.en.md b/pages/02.linux/nextcloud/default.en.md index 066185c..ecd1513 100644 --- a/pages/02.linux/nextcloud/default.en.md +++ b/pages/02.linux/nextcloud/default.en.md @@ -135,6 +135,15 @@ apt install php-apcu 'memcache.local' => '\OC\Memcache\APCu', ``` +Enable APCu for the PHP CLI as well. + +`/etc/php/8.2/cli/php.ini` + +``` +... +apc.enable_cli=1 +``` + ### Redis memcache [shroot]