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