forked from leftypol/leftypol
Use two Dockerfiles, move Docker stuff to /docker
This commit is contained in:
parent
ea99ddc6f6
commit
dcc936b35d
9 changed files with 262 additions and 4 deletions
10
docker/php/www.conf
Normal file
10
docker/php/www.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
[www]
|
||||
user = leftypol
|
||||
group = leftypol
|
||||
listen = 127.0.0.1:9000
|
||||
pm = dynamic
|
||||
pm.max_children = 200
|
||||
pm.start_servers = 10
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 20
|
||||
pm.max_requests = 20000
|
Loading…
Add table
Add a link
Reference in a new issue