Skip to content

Commit dbdd750

Browse files
committed
fix bug (when use reverse proxy with TLS, "HttpServletResponse.sendRedirect" will redirect to http rather than https)
1 parent 81a1bce commit dbdd750

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)