We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a989 commit f598f7cCopy full SHA for f598f7c
nginx.conf
@@ -13,7 +13,7 @@ http {
13
vhost_traffic_status_zone shared:vhost_traffic_status:16m;
14
15
log_format json escape=json '{'
16
- '"agent": "$http_user_agent", '
+ '"user_agent": "$http_user_agent", '
17
'"body_bytes_sent": "$body_bytes_sent", '
18
'"bytes_sent": "$bytes_sent", '
19
'"clientip": "$remote_addr", '
0 commit comments