Varnish / nginx,一些网址重定向到:phpbb中的8080?

时间:2015-03-04 14:28:43

标签: redirect nginx varnish phpbb3

我正在使用带有Varnish的LEMP服务器,因此nginx打开:8080并且清除缓存:80。邮件站点工作精彩,没有重定向等,但在子文件夹中我安装了phpBB论坛,论坛中的一些链接被重定向到http://domain.com:8080/forum而不是http://domain.com/forum他们应该去的地方。

我添加了

port_in_redirect off;
到我的主要nginx.conf但这似乎只在主站点上工作,并且在phpBB子文件夹中不起作用。

有没有人知道停止phpBB重定向到的解决方案:8080?

由于

1 个答案:

答案 0 :(得分:1)

前段时间我也遇到过这个问题。我在https://serverfault.com/questions/227742/prevent-port-change-on-redirect-in-nginx

找到了答案

您可以通过设置

来关闭nginx中重定向的端口转发
port_in_redirect off;