Skip to content

Commit 9196e43

Browse files
committed
fix: 백엔드 stomp endpoint 수정에 따른 설정파일 수정
1 parent d2a0094 commit 9196e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ http {
8787
# proxy_set_header X-Forwarded-Proto $scheme;
8888
# }
8989

90-
location /api/coin/realtime {
91-
proxy_pass http://api-server/api/coin/realtime;
90+
location /api/coin/min {
91+
proxy_pass http://api-server/api/coin/min;
9292
proxy_http_version 1.1;
9393
proxy_set_header Upgrade $http_upgrade;
9494
proxy_set_header Connection "upgrade";

0 commit comments

Comments
 (0)