php-fpm: log to stdout/err

This commit is contained in:
Starbeamrainbowlabs 2023-12-07 22:38:04 +00:00
parent fe82680b1a
commit 7dbdc8e98c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@ pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 2
; Log to stdout/stderr 'cause Nomad
; ....we really need to replace Nomad >_<
access.log = /proc/self/fd/2
error_log = /proc/self/fd/2