myvesta/install/ubuntu/17.10/php-fpm/www.conf
2018-05-31 16:01:46 +03:00

12 lines
187 B
Plaintext

[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
user = www-data
group = www-data
pm = ondemand
pm.max_children = 2
pm.max_requests = 4000
pm.process_idle_timeout = 10s