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.
1 parent 9fa9a51 commit d1855caCopy full SHA for d1855ca
template/zz-docker-conf.blade.php
@@ -29,6 +29,11 @@
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
+@{{ if or (eq .Env.PHP_FPM_PM "static") (eq .Env.PHP_FPM_PM "dynamic") (eq .Env.PHP_FPM_PM "ondemand") }}pm = @{{ .Env.PHP_FPM_PM }}@{{ else }}pm = dynamic@{{ end }}
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