Primo commit
This commit is contained in:
13
docker/php/www.conf
Normal file
13
docker/php/www.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
[www]
|
||||
user = appuser
|
||||
group = appuser
|
||||
listen = 0.0.0.0:9000
|
||||
listen.owner = appuser
|
||||
listen.group = appuser
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 20
|
||||
pm.start_servers = 4
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 6
|
||||
pm.max_requests = 500
|
||||
Reference in New Issue
Block a user