We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pm
1 parent 126e55c commit b2f47f2Copy full SHA for b2f47f2
8.4/zz-docker.conf
@@ -29,6 +29,11 @@ listen = {{ .Env.PHP_FPM_LISTEN }}
29
listen.owner = kool
30
listen.group = kool
31
32
+; Choose how the process manager will control the number of child processes.
33
+; Possible Values: static, dynamic, ondemand (check www.conf for full documentation).
34
+; Note: This value is mandatory.
35
+pm = {{ default .Env.PHP_FPM_PM "dynamic" }}
36
+
37
; The number of child processes to be created when pm is set to 'static' and the
38
; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
39
; This value sets the limit on the number of simultaneous requests that will be
0 commit comments