Remove NGINX access log from Supervisor log ouput (#134)

This commit is contained in:
Franck Nijhof 2021-05-04 17:39:54 +02:00 committed by GitHub
parent 75635e2a6c
commit a5fe18a8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;