if ($server_port = 80) {
return 301 https://$server_name$request_uri;
}
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
error_page 497 https://$server_name$request_uri;
温馨提示:本文最后更新于2021年02月24日,已超过1396天没有更新。如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
版权声明:Shire 发表于 2015-6-4
转载请注明: 安装了SSL证书,强制HTTP跳转到HTTPS | Shire
转载请注明: 安装了SSL证书,强制HTTP跳转到HTTPS | Shire
评论
该文章已经关闭评论