b75a58fefc2ae562ec98f43210766ab21fae7041
[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