initial files

This commit is contained in:
2025-10-11 14:20:03 +02:00
parent 5f296bfebd
commit 34f2cb29de
55 changed files with 2841 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[www]
listen = /tmp/php-fpm.sock
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3