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 1d90124 commit b780308Copy full SHA for b780308
config/http.conf
@@ -77,6 +77,7 @@ http {
77
proxy_set_header X-Forwarded-Port $proxy_x_forwarded_port;
78
proxy_set_header X-Request-ID $proxy_x_request_id;
79
proxy_set_header X-Forwarded-Host $proxy_x_forwarded_host;
80
+ proxy_set_header X-Request-Start "t=${msec}";
81
82
# Latency headers
83
add_header X-Proxy-Backend-Connect-Time $upstream_connect_time;
0 commit comments