We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e65b10 commit 8e58429Copy full SHA for 8e58429
‎motioneye/rootfs/etc/nginx/nginx.conf
@@ -24,11 +24,7 @@ events {
24
http {
25
include /etc/nginx/includes/mime.types;
26
27
- log_format homeassistant '[$time_local] $status '
28
- '$http_x_forwarded_for($remote_addr) '
29
- '$request ($http_user_agent)';
30
-
31
- access_log /proc/1/fd/1 homeassistant;
+ access_log off;
32
client_max_body_size 4G;
33
default_type application/octet-stream;
34
gzip on;
0 commit comments