apache2 tomat https 变成http的解决方案
Posted mzlm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache2 tomat https 变成http的解决方案相关的知识,希望对你有一定的参考价值。
1.apache2 设置
RequestHeader set X-Forwarded-Proto "https"
2.springboot 设置
server.tomcat.protocol-header: X-Forwarded-Proto
以上是关于apache2 tomat https 变成http的解决方案的主要内容,如果未能解决你的问题,请参考以下文章