We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257f26e commit ad15933Copy full SHA for ad15933
config/fpm-pool.conf
@@ -1,3 +1,7 @@
1
+[global]
2
+; Log to stderr
3
+error_log = /dev/stderr
4
+
5
[www]
6
; Enable status page
7
pm.status_path = /fpm-status
@@ -29,3 +33,6 @@ pm.max_requests = 500
29
33
30
34
; Make sure the FPM workers can reach the environment variables for configuration
31
35
clear_env = no
36
37
+; Catch output from PHP
38
+catch_workers_output = yes
config/nginx.conf
@@ -15,7 +15,7 @@ http {
15
'$request_time $upstream_response_time $pipe $upstream_cache_status';
16
17
access_log /dev/stdout main_timed;
18
- error_log /dev/stderr info;
+ error_log /dev/stderr notice;
19
20
keepalive_timeout 65;
21
0 commit comments