Skip to content

Commit

Permalink
Remove NGINX access log from Supervisor log output (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 15, 2021
1 parent 0a65240 commit 51e1631
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bitwarden/rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ events {
http {
include /etc/nginx/includes/mime.types;

log_format homeassistant '[$time_local] $status '
'$http_x_forwarded_for($remote_addr) '
'$request ($http_user_agent)';

access_log /proc/1/fd/1 homeassistant;
access_log off;
client_max_body_size 4G;
default_type application/octet-stream;
gzip on;
Expand Down

0 comments on commit 51e1631

Please sign in to comment.