Commit 72d32a56 authored by Jason Song's avatar Jason Song Committed by GitHub

Merge pull request #1967 from wkcaeser/master

fix bug (when use reverse proxy with TLS, "HttpServletResponse.sendRedirect" will redirect to http rather than https)
parents 81a1bce5 dbdd7509
...@@ -13,7 +13,9 @@ server: ...@@ -13,7 +13,9 @@ 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