✨ Sending logs to docker stdout
and stderr
.
This commit is contained in:
parent
b0831240b1
commit
585baf0668
@ -19,8 +19,8 @@ http {
|
|||||||
client_max_body_size 20M;
|
client_max_body_size 20M;
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /dev/stdout;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /dev/stderr;
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
gzip_disable "msie6";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user