nginx 问题 - ashorefish/-software-test GitHub Wiki
海通测试环境通过nginx配置了跳转 但是访问报400错误
使用跳转方式
正常配置
proxy_pass http://127.0.0.1:23456;
异常配置
upstream xx.xxx.com { server ; } proxy_pass http://xx.xxx.com; https://www.cnblogs.com/EmptyFS/p/6253545.html
海通测试环境通过nginx配置了跳转 但是访问报400错误
proxy_pass http://127.0.0.1:23456;
upstream xx.xxx.com { server ; } proxy_pass http://xx.xxx.com; https://www.cnblogs.com/EmptyFS/p/6253545.html