Files
moonwell-web/docker/production/php-fpm-pool.conf
T

24 lines
383 B
Plaintext

[www]
user = app
group = app
listen = 0.0.0.0:9000
pm = dynamic
pm.max_children = 8
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 4
pm.max_requests = 500
request_terminate_timeout = 60s
request_slowlog_timeout = 10s
slowlog = /proc/self/fd/2
ping.path = /healthz
ping.response = pong
clear_env = no
catch_workers_output = yes
decorate_workers_output = no