Make NGinx doing less log spam (#156)

This commit is contained in:
Franck Nijhof 2021-04-05 16:55:05 +02:00 committed by GitHub
parent 8f0480b4d0
commit d0d63ae504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,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;