Nginx使用 伪静态 来实现强制https访问的方法 - sw博客-if ($server_port !~ ^443$){ set $rule_0 1$rule_0; } if ($r...

默契网络

点滴记忆
首页>> 优化设置 >>Nginx使用 伪静态 来实现强制https访问的方法 - sw博客
if ($server_port !~ "^443$"){
set $rule_0 1$rule_0;
}
if ($rule_0 = "1"){
rewrite ^/.*$ https://$server_name$uri redirect;
}


server_name 在多域名下,会全部跳转到排序第一个的域名

server_name改为 http_host 当前域名自动跳转到https




×

感谢您的支持,我们会一直保持!

扫码支持
请土豪扫码随意打赏

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

打赏作者
版权所有,转载注意明处:sw博客 » Nginx使用 伪静态 来实现强制https访问的方法
标签: https

发表评论

路人甲
未显示?请点击刷新

网友评论(0)