location / {
proxy_set_header Host sub.domain.host.com;
proxy_pass https://other.host.com/;
}
主机头最终为万维网.sub.domain.host.com,有没有办法阻止万维网被添加?
location / {
proxy_set_header Host sub.domain.host.com;
proxy_pass https://other.host.com/;
}
主机头最终为万维网.sub.domain.host.com,有没有办法阻止万维网被添加?