Files
hosting/etc/php/7.2/fpm/pool.d/a/www.conf
Daniel Winzen fa24bb61ec Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00

9 lines
144 B
Plaintext

[www]
user = www-data
group = www-data
listen = /run/php/a.2
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 10