diff --git a/nginx.conf b/nginx.conf index 901b671..7708073 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ events { worker_connections 1024; } http { access_log /dev/stdout; sendfile on; - access_log /etc/nginx/logs/nginx-access.log; + access_log /dev/stdout; error_log /etc/nginx/logs/nginx-error.log; server { @@ -16,4 +16,4 @@ http { location / { } } -} \ No newline at end of file +}