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 3b6d2b0 commit ba5cbcfCopy full SHA for ba5cbcf
nginx.conf
@@ -81,7 +81,12 @@ http {
81
'"upstream_response_time":"$upstream_response_time",'
82
'"host":"$host",'
83
'"proxy_host":"$proxy_host",'
84
- '"upstream":"$upstream_addr"'
+ '"upstream":"$upstream_addr",'
85
+ '"user_agent":"$http_user_agent",'
86
+ '"remote_addr":"$remote_addr",'
87
+ '"key":"$cache_key",'
88
+ '"upstream_bytes_received":"$upstream_response_length",'
89
+ '"upstream_response_time":"$upstream_response_time"'
90
'}';
91
92
gzip off;
0 commit comments