From 8e584296c90ce1563e5d7f86053cb911c2b0be10 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 13:21:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Less=20logging=20for=20motionEye?= =?UTF-8?q?=20add-on=20log=20output=20(#287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motioneye/rootfs/etc/nginx/nginx.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/motioneye/rootfs/etc/nginx/nginx.conf b/motioneye/rootfs/etc/nginx/nginx.conf index 22f1331..11e15c7 100644 --- a/motioneye/rootfs/etc/nginx/nginx.conf +++ b/motioneye/rootfs/etc/nginx/nginx.conf @@ -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;