php-fpm: does this work for logging
This commit is contained in:
parent
0687924c8d
commit
e38c3343c2
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
pid = /run/php-fpm.pid
|
||||
|
||||
; Log to stdout/stderr 'cause Nomad
|
||||
; Looks like this has to be split across [www] here.... ewww
|
||||
; ....we really need to replace Nomad >_<
|
||||
access.log = /proc/self/fd/2
|
||||
error_log = /proc/self/fd/2
|
||||
|
||||
[www]
|
||||
|
@ -16,3 +16,5 @@ pm.max_children = 8
|
|||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 2
|
||||
|
||||
access.log = /proc/self/fd/2
|
||||
|
|
Loading…
Reference in a new issue