mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
Set the path in the environment to make NextCloud checks happy
This commit is contained in:
parent
03f1aff0cf
commit
857a98092e
@ -371,6 +371,10 @@ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
|
|||||||
max_execution_time=600 \
|
max_execution_time=600 \
|
||||||
short_open_tag=On
|
short_open_tag=On
|
||||||
|
|
||||||
|
# Configure the path environment for php-fpm
|
||||||
|
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf -c ';' \
|
||||||
|
env[PATH]=/usr/local/bin:/usr/bin:/bin
|
||||||
|
|
||||||
# If apc is explicitly disabled we need to enable it
|
# If apc is explicitly disabled we need to enable it
|
||||||
if grep -q apc.enabled=0 /etc/php/7.0/mods-available/apcu.ini; then
|
if grep -q apc.enabled=0 /etc/php/7.0/mods-available/apcu.ini; then
|
||||||
tools/editconf.py /etc/php/7.0/mods-available/apcu.ini -c ';' \
|
tools/editconf.py /etc/php/7.0/mods-available/apcu.ini -c ';' \
|
||||||
|
Loading…
Reference in New Issue
Block a user