欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Nginx http 跳转到 https

程序员文章站 2022-03-07 11:13:48
...
if ($server_port = 80) {
    rewrite ^(.*)$ https://$host$1 permanent;
  }
if ($ssl_protocol = "") {
             rewrite ^(.*) https://www.koogay.org/$1 permanent;
      }
相关标签: https