diff --git a/installer/etc/nginx/nginx.conf b/installer/etc/nginx/nginx.conf index b7afe7a8..2e3e786e 100644 --- a/installer/etc/nginx/nginx.conf +++ b/installer/etc/nginx/nginx.conf @@ -37,7 +37,7 @@ http { # Logging Settings ## - log_format le_json '{ "time": "$time_iso8601", ' + log_format le_json '{ "timestamp": "$time_iso8601", ' '"src_ip": "$remote_addr", ' '"remote_user": "$remote_user", ' '"body_bytes_sent": "$body_bytes_sent", '