This commit is contained in:
Zsolt Ero
2024-09-11 12:38:03 +02:00
parent 1b28adfb77
commit 69bc529dd6

View File

@@ -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