Apply suggested changes

This commit is contained in:
zeke 2024-02-09 11:01:07 -08:00
parent 3191ef3105
commit 39412b4427
5 changed files with 73 additions and 88 deletions

View file

@ -2,9 +2,8 @@
user = leftypol
group = leftypol
listen = 127.0.0.1:9000
pm = dynamic
pm.max_children = 200
pm.start_servers = 10
pm = static
pm.max_children = 16
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 20
pm.max_requests = 20000
pm.max_spare_servers = 3