Current File : //etc/php-fpm-70.conf
[global]
pid = /var/run/php-fpm-70.pid
[www]
user = apache
group = apache
listen = 127.0.0.1:9003
listen.allowed_clients = 127.0.0.1
pm = ondemand
pm.max_children = 50
pm.start_servers = 5
pm.process_idle_timeout = 10s;
pm.max_requests = 500