From 69bc529dd644a39823bb55167d7ab5042b26adc1 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 11 Sep 2024 12:38:03 +0200 Subject: [PATCH] comment --- ssh_lib/assets/nginx/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh_lib/assets/nginx/nginx.conf b/ssh_lib/assets/nginx/nginx.conf index 9c33bce..51a3184 100644 --- a/ssh_lib/assets/nginx/nginx.conf +++ b/ssh_lib/assets/nginx/nginx.conf @@ -59,6 +59,7 @@ http { '"http_host": "$http_host", ' # IP address related + # IP address logging is disabled #'"remote_addr": "$remote_addr", ' #'"http_x_forwarded_for": "$http_x_forwarded_for", ' @@ -67,7 +68,7 @@ http { #'"http_cf_ipcountry": "$http_cf_ipcountry", ' #'"http_cf_connecting_ip": "$http_cf_connecting_ip", ' - '"_": "_"' # no trailing comma + '"_": "_"' # helper for no trailing comma '}'; # access log disabled by default