Initial Push

This commit is contained in:
2020-07-15 15:54:34 +02:00
parent 0d1da6e46c
commit 5540f0944d
7 changed files with 85 additions and 0 deletions

12
docker/php/www.conf Normal file
View File

@@ -0,0 +1,12 @@
[www]
user = www-data
group = www-data
listen = nginx:9000
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3