Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 8.4/zz-docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ listen = {{ .Env.PHP_FPM_LISTEN }}
listen.owner = kool
listen.group = kool

; Choose how the process manager will control the number of child processes.
; Possible Values: static, dynamic, ondemand (check www.conf for full documentation).
; Note: This value is mandatory.
pm = {{ default .Env.PHP_FPM_PM "dynamic" }}

; 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'.
; This value sets the limit on the number of simultaneous requests that will be
Expand Down