We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4c2f9 commit 3613fa6Copy full SHA for 3613fa6
etc/configs/php/www.conf
@@ -6,9 +6,9 @@ listen.owner = ${USER}
6
listen.group = ${USER}
7
pm = dynamic
8
pm.max_children = 15
9
-pm.start_servers = 2
10
-pm.min_spare_servers = 1
11
-pm.max_spare_servers = 3
+pm.start_servers = 5
+pm.min_spare_servers = 3
+pm.max_spare_servers = 10
12
13
; Capture PHP worker output (including error_log) and send to FPM error log
14
catch_workers_output = yes
0 commit comments