Skip to content
Draft
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
3 changes: 3 additions & 0 deletions src/php/fpm/conf/zz-docker.conf.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[global]
daemonize = no

; Log level - wip - has to be in global
log_level = ${PHP_FPM_GLOBAL_LOG_LEVEL}

[www]
; Choose how the process manager will control the number of child processes.
; Possible Values:
Expand Down