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 57f3c85 commit f0ad4dbCopy full SHA for f0ad4db
config/log.conf
@@ -8,10 +8,12 @@ log_format main_json escape=json
8
'"body_bytes_sent":"$body_bytes_sent",'
9
'"host":"$host",'
10
'"http_connection":"$http_connection",'
11
+ '"http_upgrade":"$http_upgrade",'
12
'"http_referer":"$http_referer",'
13
'"http_user_agent":"$http_user_agent",'
14
'"http_x_amzn_trace_id":"$http_x_amzn_trace_id",'
15
'"http_x_forwarded_for":"$http_x_forwarded_for",'
16
+ '"proxy_connection":"$proxy_connection",'
17
'"proxy_x_forwarded_port":"$proxy_x_forwarded_port",'
18
'"proxy_x_forwarded_proto":"$proxy_x_forwarded_proto",'
19
'"proxy_x_forwarded_ssl":"$proxy_x_forwarded_ssl",'
0 commit comments