proxy_redirect 旧地址 新地址;
proxy_redirect default; #默认配置
proxy_redirect off; #关闭重定向
设置 proxy_redirect off; 效果是下图 第一个结果
注释 #proxy_redirect off; 效果是下图第二个结果
proxy_redirect 旧地址 新地址;
proxy_redirect default; #默认配置
proxy_redirect off; #关闭重定向
设置 proxy_redirect off; 效果是下图 第一个结果
注释 #proxy_redirect off; 效果是下图第二个结果