parent
cb765dfe2a
commit
dbebaba8b9
2 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@ In Development
|
||||||
|
|
||||||
System:
|
System:
|
||||||
|
|
||||||
* Install PHP7 via a PPA.
|
* Install PHP7 via a PPA. Switch to the on-demand process manager.
|
||||||
|
|
||||||
Mail:
|
Mail:
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,10 @@ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
|
||||||
tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
|
tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \
|
||||||
default_charset="UTF-8"
|
default_charset="UTF-8"
|
||||||
|
|
||||||
|
# Switch from the dynamic process manager to the ondemand manager see #1216
|
||||||
|
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf -c ';' \
|
||||||
|
pm=ondemand
|
||||||
|
|
||||||
# Bump up PHP's max_children to support more concurrent connections
|
# Bump up PHP's max_children to support more concurrent connections
|
||||||
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf -c ';' \
|
tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf -c ';' \
|
||||||
pm.max_children=8
|
pm.max_children=8
|
||||||
|
|
Loading…
Reference in a new issue