The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / php / php-fpm.conf
1 [www]
2 # Only start children when there are requests to be processed
3 pm = ondemand
4 # Terminate them again after there haven't been any for 2 minutes
5 pm.process_idle_timeout = 120s
6 # Maximum number of children processing PHP requests concurrently
7 pm.max_children = 5
8
9 listen = /var/run/php-fpm.sock
10 listen.owner = www-data
11 listen.group = www-data
12 user = www-data
13 group = www-data
14