Initial commit

This commit is contained in:
Lucas
2025-06-04 12:51:26 +00:00
commit 6a1bb71a05
10 changed files with 367 additions and 0 deletions

7
zz-php-fpm-custom.conf Normal file
View File

@@ -0,0 +1,7 @@
[www]
pm = dynamic
pm.max_children = 50
pm.start_servers = 10
pm.min_spare_servers = 5
pm.max_spare_servers = 15
pm.max_requests = 500