incorrect apcu config?
This commit is contained in:
parent
e5e262693d
commit
68db0bd752
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue