Skip to content

Commit 0ccd2fe

Browse files
authored
🔥 Less logging by removing access log from log ouput (#88)
1 parent 54c1586 commit 0ccd2fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎phpmyadmin/rootfs/etc/nginx/nginx.conf‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ events {
2727
http {
2828
include /etc/nginx/includes/mime.types;
2929

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;
30+
access_log off;
3531
client_max_body_size 4G;
3632
default_type application/octet-stream;
3733
gzip on;

0 commit comments

Comments
 (0)