mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
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
|
# Enable apc is required before installing nextcloud 21
|
||||||
tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \
|
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() {
|
InstallNextcloud() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user