add PHP_MAX_CHILDREN var
This commit is contained in:
parent
716089b782
commit
068c29cd02
2 changed files with 7 additions and 2 deletions
|
@ -113,7 +113,7 @@ pm = dynamic
|
|||
; forget to tweak pm.* to fit your needs.
|
||||
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
|
||||
; Note: This value is mandatory.
|
||||
pm.max_children = 5
|
||||
pm.max_children = {{ getenv "PHP_MAX_CHILDREN" "5"}}
|
||||
|
||||
; The number of child processes created on startup.
|
||||
; Note: Used only when pm is set to 'dynamic'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue