🔥 Less logging by removing access log from log ouput

This commit is contained in:
Franck Nijhof 2021-08-11 19:59:00 +02:00
parent 0bbbad5df2
commit e7de4314fd
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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;