码迷,mamicode.com
首页 > Web开发 > 详细

http自动跳转到https

时间:2018-07-31 13:29:45      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:als   str   $1   host   增加   bash   需求   class   ash   

需求:所有的http自动跳转到https。


方法一:nginx的rewrite

1、在nginx配置文件中增加这行。

server {  
    rewrite ^(.*)$  https://$host$1 permanent;     #加这个


2、重启nginx服务进行验证。

http自动跳转到https

标签:als   str   $1   host   增加   bash   需求   class   ash   

原文地址:http://blog.51cto.com/net881004/2152531

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!