Skip to content

Commit 0724d5d

Browse files
authored
Merge pull request #53 from CleanEngine/hotfix
fix: 운영환경에서 요청을 http로 인식하는 현상 수정
2 parents c6beb6f + 3b7408a commit 0724d5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ spring:
4141
time_zone: Asia/Seoul
4242
order:
4343
tickers: BTC, TRUMP
44+
server:
45+
forward-headers-strategy: native

0 commit comments

Comments
 (0)