nginx反代本地端口后 网页显示不全怎么修改配置呢?

查看 10|回复 0
作者:落魄在二中   
域名开了强制https,  ip访问是http的  输入ip+端口访问正常  反代了一下就不正常了。请教下应该修改哪里
location ^~ /xx
{
    proxy_pass http://127.0.0.1:9527/;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

端口, 就不, 开了

您需要登录后才可以回帖 登录 | 立即注册

返回顶部