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

http重定向https

时间:2017-12-30 17:04:45      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:host   serve   com   listen   turn   post   http   request   uri   

server {
        listen 80;
        server_name localhost;
        return 301 https://$host$request_uri;
}

server {
        listen 443 ssl;
        server_name m.com.cn;
        #...
}

  

http重定向https

标签:host   serve   com   listen   turn   post   http   request   uri   

原文地址:https://www.cnblogs.com/300js/p/8150085.html

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