前端发起请求,经过 nginx 转发到网关,后台获取 header 中的 host 时,获取的是 IP 地址,而不是 nginx 中设置的域名。
在 nginx 中需要设置什么属性?
新增 proxy_set_header Host $host 属性
https://www.runoob.com/w3cnote/nginx-setup-intro.html