Primo commit

This commit is contained in:
Francesco Picone
2026-04-05 19:26:04 +02:00
commit 701f479b7f
135 changed files with 21445 additions and 0 deletions

13
docker/php/www.conf Normal file
View 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