更新docker配置

This commit is contained in:
2024-04-08 11:48:57 +08:00
parent 522461831f
commit 0cf8c1773c
4 changed files with 36 additions and 20 deletions

8
docker/zz-phpfpm.conf Normal file
View File

@@ -0,0 +1,8 @@
[www]
; 进程数不限制
pm = dynamic
pm.max_children = 150
pm.start_servers = 10
pm.min_spare_servers = 10
pm.max_spare_servers = 30