🔥 Less logging for motionEye add-on log output

This commit is contained in:
Franck Nijhof 2021-08-11 13:07:06 +02:00
parent dea34b7b29
commit fbfd3c3bfd
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;