Code cleanup and improvement

This commit is contained in:
Dane Everitt 2020-11-14 13:10:11 -08:00
parent a07e6bd36f
commit fe725397eb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 80 additions and 93 deletions

16
.github/docker/www.conf vendored Normal file
View file

@ -0,0 +1,16 @@
[www]
user = nginx
group = nginx
listen = 127.0.0.1:9000
listen.owner = nginx
listen.group = nginx
listen.mode = 0750
pm = ondemand
pm.max_children = 9
pm.process_idle_timeout = 10s
pm.max_requests = 200
clear_env = no