美文网首页
nginx配置https,使用重定向跳转到http问题解决

nginx配置https,使用重定向跳转到http问题解决

作者: 酷酷的小k | 来源:发表于2019-01-22 01:46 被阅读0次
    location / {
        proxy_redirect http:// https://;
    }
    

    相关文章

      网友评论

          本文标题:nginx配置https,使用重定向跳转到http问题解决

          本文链接:https://www.haomeiwen.com/subject/fdukjqtx.html