php-fpm: log to stdout/err
This commit is contained in:
parent
fe82680b1a
commit
7dbdc8e98c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue