Skip to content

Commit

Permalink
Less verbose error log for nginx (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
N3rdix committed May 8, 2023
1 parent 6af4ab4 commit eaf849c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
worker_processes 1;
pid /var/run/nginx.pid;
error_log /dev/stdout info;
error_log /dev/stdout error;
user nginx nginx;

# Load allowed environment vars
Expand All @@ -11,6 +11,7 @@ events {
}

http {
access_log off;
include mime.types;
default_type application/octet-stream;
sendfile on;
Expand Down

0 comments on commit eaf849c

Please sign in to comment.