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 35cd8ab commit bf123c4Copy full SHA for bf123c4
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-Server-Proxy-Time $request_time;
81
82
gzip on;
83
gzip_comp_level 5;
0 commit comments