Skip to content

Commit ba5cbcf

Browse files
committed
Update nginx.conf
1 parent 3b6d2b0 commit ba5cbcf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nginx.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ http {
8181
'"upstream_response_time":"$upstream_response_time",'
8282
'"host":"$host",'
8383
'"proxy_host":"$proxy_host",'
84-
'"upstream":"$upstream_addr"'
84+
'"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"'
8590
'}';
8691

8792
gzip off;

0 commit comments

Comments
 (0)