重定向时保留URI(301 http to https)(Nginx).note
配置了只后,访问 http://www.shanghai.org/test/index.html 时,就能够保留URI跳转到 https://www.shanghai.org/test/index.html
vim /etc/nginx/sites-enabled/default
# 使用 $request_uri 参数
vim /etc/nginx/sites-enabled/default
# 使用 $request_uri 参数