docker-dotclear/etc/php-fpm.conf

24 lines
434 B
Text
Raw Permalink Normal View History

2024-11-24 12:55:58 +00:00
; 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