From 68db0bd75247613b9103faadc0057d0a733a04f6 Mon Sep 17 00:00:00 2001 From: "github@kiekerjan.isdronken.nl" Date: Mon, 3 Jan 2022 23:34:37 +0100 Subject: [PATCH] incorrect apcu config? --- setup/nextcloud.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index a25698e7..d26dd93e 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -18,7 +18,10 @@ apt_install php php-fpm \ # Enable apc is required before installing nextcloud 21 tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \ - apc.enabled=1 + apc.enabled=1 \ + apc.enable_cli=1 + +restart_service php$(php_version)-fpm InstallNextcloud() {