nginx网页跳转失败-302

nginx配置upstream跳转失败,网页status code 302
增加proxy_set_header Host $host:$server_port;
location / {
            proxy_pass http://zhcslyg-web;
            proxy_set_header Host $host:$server_port;
        }
posted @ 2020-04-29 14:28  kylingx  阅读(1703)  评论(0)    收藏  举报