http重定向https

Posted 百里

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了http重定向https相关的知识,希望对你有一定的参考价值。

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

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

  

以上是关于http重定向https的主要内容,如果未能解决你的问题,请参考以下文章

这两个代码片段有啥区别?

http跳转https和https跳转http的两种301重定向代码

302 登录重定向后被 IE 删除的 URL 片段

使用片段 (#) 重定向链接 - asp.net

HTTP redirect 重定向到 HTTPS

将单页 http 重定向到 https