Exemplos de Uso
$
cp /etc/php-fpm.d/www.conf /etc/php-fpm.d/cliente1.conf
$
nano /etc/php-fpm.d/cliente1.conf
$
[cliente1]
user = cliente1
group = cliente1
listen = /var/run/php-fpm/cliente1.sock
pm = ondemand
pm.max_children = 10
pm.max_requests = 200
$
systemctl reload php-fpm