myvesta/install/ubuntu/16.04/php-fpm/www.conf
Alexandros Ioannides f75c413179
Use ondemand instead of dynamic
I believe ondemand is much more efficient on resource usage.
2017-12-28 18:24:03 +02: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