diff --git a/installer/etc/nginx/nginx.conf b/installer/etc/nginx/nginx.conf index bc2ad42b..b7afe7a8 100644 --- a/installer/etc/nginx/nginx.conf +++ b/installer/etc/nginx/nginx.conf @@ -38,7 +38,7 @@ http { ## log_format le_json '{ "time": "$time_iso8601", ' - '"remote_addr": "$remote_addr", ' + '"src_ip": "$remote_addr", ' '"remote_user": "$remote_user", ' '"body_bytes_sent": "$body_bytes_sent", ' '"request_time": "$request_time", '