incorrect apcu config?

This commit is contained in:
github@kiekerjan.isdronken.nl 2022-01-03 23:34:37 +01:00
parent e5e262693d
commit 68db0bd752
1 changed files with 4 additions and 1 deletions

View File

@ -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() {