always use x-request-id
This commit is contained in:
parent
69fce01325
commit
51cf184c51
3 changed files with 3 additions and 2 deletions
|
|
@ -1015,6 +1015,7 @@ stream {
|
|||
proxy_set_header Connection $connection_upgrade;
|
||||
{{ end }}
|
||||
|
||||
proxy_set_header X-Request-ID $req_id;
|
||||
proxy_set_header X-Real-IP $the_real_ip;
|
||||
{{ if $all.Cfg.ComputeFullForwardedFor }}
|
||||
proxy_set_header X-Forwarded-For $full_x_forwarded_for;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue