Skip to content

Commit 72d32a5

Browse files
authored
Merge pull request apolloconfig#1967 from wkcaeser/master
fix bug (when use reverse proxy with TLS, "HttpServletResponse.sendRedirect" will redirect to http rather than https)
2 parents 81a1bce + dbdd750 commit 72d32a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apollo-portal/src/main/resources/application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ server:
1313
port: 8070
1414
compression:
1515
enabled: true
16-
16+
tomcat:
17+
use-relative-redirects: true
18+
1719
logging:
1820
file: /opt/logs/100003173/apollo-portal.log
1921

0 commit comments

Comments
 (0)