Merge pull request #141 from ericandrewlewis/a

Ensure PHP-FPM worker stdout and stderr are sent to the main error log.
This commit is contained in:
Tianon Gravi 2015-10-02 09:00:17 -07:00
commit 58adff408a
4 changed files with 12 additions and 0 deletions

View File

@ -23,3 +23,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes

View File

@ -23,3 +23,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes

View File

@ -23,3 +23,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes

View File

@ -23,3 +23,6 @@ pm.min_spare_servers = 1
pm.max_spare_servers = 3
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes