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

location / { proxy_redirect http:// https://; }

    推荐阅读