去除 nginx 端口转发 作者: yueqiumao 时间: 2016-03-27 分类: linux 在 http 段中增加如下开关可以关闭 nginx 在 302 转发中附加端口号,而导致网页无法打开的问题。port_in_redirect off; 标签: none