Fix logging to stdout/stderr.
All checks were successful
build-staging Build build-staging has succeeded
All checks were successful
build-staging Build build-staging has succeeded
This commit is contained in:
@@ -4,7 +4,7 @@ worker_processes 4;
|
||||
# Speed up regular expressions.
|
||||
pcre_jit on;
|
||||
|
||||
error_log stderr debug;
|
||||
error_log /dev/stderr debug;
|
||||
pid /nginx/nginx.pid;
|
||||
|
||||
events {
|
||||
@@ -13,7 +13,7 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
access_log stdout;
|
||||
access_log /dev/stdout;
|
||||
|
||||
include @mime_types@;
|
||||
default_type application/octet-stream;
|
||||
|
||||
Reference in New Issue
Block a user