2020-04-12 01:01:42 +00:00
|
|
|
[www]
|
2018-07-18 19:31:35 +00:00
|
|
|
|
|
|
|
user = nginx
|
|
|
|
group = nginx
|
|
|
|
|
2020-04-12 01:01:42 +00:00
|
|
|
listen = 127.0.0.1:9000
|
2018-07-18 19:31:35 +00:00
|
|
|
listen.owner = nginx
|
|
|
|
listen.group = nginx
|
|
|
|
listen.mode = 0750
|
|
|
|
|
|
|
|
pm = ondemand
|
|
|
|
pm.max_children = 9
|
|
|
|
pm.process_idle_timeout = 10s
|
2018-08-14 04:01:25 +00:00
|
|
|
pm.max_requests = 200
|
|
|
|
|
|
|
|
clear_env = no
|