Commit dbdd7509 authored by guiwankai's avatar guiwankai

fix bug (when use reverse proxy with TLS, "HttpServletResponse.sendRedirect"...

fix bug (when use reverse proxy with TLS, "HttpServletResponse.sendRedirect" will redirect to http rather than https)
parent 81a1bce5
...@@ -13,6 +13,8 @@ server: ...@@ -13,6 +13,8 @@ server:
port: 8070 port: 8070
compression: compression:
enabled: true enabled: true
tomcat:
use-relative-redirects: true
logging: logging:
file: /opt/logs/100003173/apollo-portal.log file: /opt/logs/100003173/apollo-portal.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment