nginx: direct error & access logs to stderr and stdout respectively
All checks were successful
nginx-build / build (push) Successful in 34s
All checks were successful
nginx-build / build (push) Successful in 34s
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
error_log /dev/stderr warn;
|
||||
access_log /dev/stdout;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
Reference in New Issue
Block a user