We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
具体现象: 1.机器A 部署nginx、nginx-ui(nginx-ui会暴露9001),网页端访问机器A的9001端口可正常使用 nginx-ui 2.机器B部署nginx 暴露8001端口 代理 nginx-ui的流量,此时通过网页端访问机器B的ip:8001 或者 域名:8001,网页端会提示重定向过多。
具体配置如下: 1.机器A的nginx-ui配置文件
2.机器b
3.网页端报错信息
麻烦老师帮忙看看一下,谢谢
The text was updated successfully, but these errors were encountered:
经典 proxy_pass 后面漏了个 /
/
Sorry, something went wrong.
我补充了/,如 proxy_pass http://xxxxx:9001/ 。 浏览器端还是报重定向过多。
补充一下问题信息: 这个test.other实际是不存在的,浏览器端能访问是因为 本机的host文件里面配了 test.other 到机器b映射。
把 location = / 那一个block 也删掉,然后 reload nginx
No branches or pull requests
具体现象:
1.机器A 部署nginx、nginx-ui(nginx-ui会暴露9001),网页端访问机器A的9001端口可正常使用 nginx-ui
2.机器B部署nginx 暴露8001端口 代理 nginx-ui的流量,此时通过网页端访问机器B的ip:8001 或者 域名:8001,网页端会提示重定向过多。
具体配置如下:

1.机器A的nginx-ui配置文件
2.机器b
3.网页端报错信息

麻烦老师帮忙看看一下,谢谢
The text was updated successfully, but these errors were encountered: