mirror of
https://ghproxy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-07-23 12:28:04 +08:00
21 lines
416 B
Text
21 lines
416 B
Text
[global]
|
|
error_log = /dev/stderr
|
|
|
|
[www]
|
|
listen = /run/php-fpm.sock
|
|
listen.backlog = 8192
|
|
listen.allowed_clients = 127.0.0.1
|
|
listen.owner = www
|
|
listen.group = www
|
|
listen.mode = 0666
|
|
user = www
|
|
group = www
|
|
pm.status_path = /fpm-status
|
|
pm = ondemand
|
|
pm.max_children = 100
|
|
pm.process_idle_timeout = 60s;
|
|
pm.max_requests = 1000
|
|
clear_env = no
|
|
catch_workers_output = yes
|
|
decorate_workers_output = no
|
|
ping.path = /fpm-ping
|