|
@@ -227,7 +227,7 @@ listen.group = www-data
|
|
; pm.process_idle_timeout - The number of seconds after which
|
|
; pm.process_idle_timeout - The number of seconds after which
|
|
; an idle process will be killed.
|
|
; an idle process will be killed.
|
|
; Note: This value is mandatory.
|
|
; Note: This value is mandatory.
|
|
-pm = dynamic
|
|
|
|
|
|
+pm = static
|
|
|
|
|
|
; The number of child processes to be created when pm is set to 'static' and the
|
|
; The number of child processes to be created when pm is set to 'static' and the
|
|
; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
|
|
; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
|