重定向时保留URI(301 http to https)(Nginx).note

noteId: WEBfb2f82f22d36fad3afd0eb6e5c21a8e3 · 原始路径:/ALL/Linux - A模块/服务配置/Nginx、Nginx反向代理 - 80端口TCP/重定向时保留URI(301 http to https)(Nginx).note · 图片:1 · 附件待处理:0

 
如果不配置,访问 http://www.shanghai.org/test/index.html 时,就会直接跳转到 https://www.shanghai.org 主页
配置了只后,访问 http://www.shanghai.org/test/index.html 时,就能够保留URI跳转到 https://www.shanghai.org/test/index.html
 
vim /etc/nginx/sites-enabled/default
# 使用 $request_uri 参数