Expose logs of all running processes to docker

This commit is contained in:
Raphael Michel
2020-12-14 13:10:44 +01:00
parent a5e41aae50
commit 37f48ffd49
5 changed files with 16 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ http {
default_type application/octet-stream;
add_header X-Content-Type-Options nosniff;
access_log /var/log/nginx/access.log private;
error_log /var/log/nginx/error.log;
access_log /dev/stdout private;
error_log /dev/stderr;
add_header Referrer-Policy same-origin;
gzip on;