nginx反向代理tomcat 时,出现https redirect后变成http的问题解决方法
摘要:
需要修改两个配置 1、nginx配置 location / { proxy_pass http://test-server; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header 阅读全文
posted @ 2019-12-17 15:50 滚动的蛋 阅读(2380) 评论(0) 推荐(0) 编辑