We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c1586 commit 0ccd2feCopy full SHA for 0ccd2fe
‎phpmyadmin/rootfs/etc/nginx/nginx.conf‎
@@ -27,11 +27,7 @@ events {
27
http {
28
include /etc/nginx/includes/mime.types;
29
30
- log_format homeassistant '[$time_local] $status '
31
- '$http_x_forwarded_for($remote_addr) '
32
- '$request ($http_user_agent)';
33
-
34
- access_log /proc/1/fd/1 homeassistant;
+ access_log off;
35
client_max_body_size 4G;
36
default_type application/octet-stream;
37
gzip on;
0 commit comments