; docker-dotclear:* ; /etc/phpXX/php-fpm.d/www.conf ; PHP-FPM configuration [global] error_log = /dev/stderr pid = /var/run/php-fpm.pid [www] user = www group = www listen = /run/php-fpm.sock listen.owner = www listen.group = www listen.mode = 0660 pm = ondemand pm.max_children = 100 pm.process_idle_timeout = 10s; pm.max_requests = 1000 ping.path = /fpm-ping catch_workers_output = yes decorate_workers_output = no clear_env = no