Add config/php-fpm.conf

This commit is contained in:
2025-08-05 23:05:08 +00:00
parent d3d1174245
commit 6f65b31765

12
config/php-fpm.conf Normal file
View File

@@ -0,0 +1,12 @@
[global]
daemonize = no
[www]
user = rocky
group = rocky
listen = 127.0.0.1:9000
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3