Nginx set_proxy_header host adds www to the host

前端 未结 0 1007
迷失自我
迷失自我 2021-02-05 22:33
location / {
    proxy_set_header Host sub.domain.host.com;
    proxy_pass https://other.host.com/;
}

The host header ends up being www

相关标签:
回答
  • 消灭零回复
提交回复
热议问题