Skip to content

Commit 8c2d9b3

Browse files
committed
fix: set error_log
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
1 parent 07c40c1 commit 8c2d9b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
error_log stderr;
2-
31
events {
42
worker_connections 1024;
53
}
@@ -26,6 +24,7 @@ http {
2624

2725
include mime.types;
2826
access_log /dev/stdout;
27+
error_log /dev/stderr;
2928
listen [::]:8080 ipv6only=off;
3029
proxy_redirect off;
3130
proxy_set_header Host $host;

0 commit comments

Comments
 (0)