forked from leftypol/leftypol
Apply suggested changes
This commit is contained in:
parent
3191ef3105
commit
39412b4427
5 changed files with 73 additions and 88 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue