Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

nginx - What should a proxy pass in the Host header?

Today I found out that $host and $http_host differ. At least $host doesn't contain the port number. Although there's more to it. My understanding is that people usually do proxy_set_header Host $host, which is... wrong? Is there some sort of general guideline?

question from:https://stackoverflow.com/questions/65900989/what-should-a-proxy-pass-in-the-host-header

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

nginx-proxy has proxy_set_header Host $http_host in its config. Sounds like an authoritative source to me.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...