Skip to content

Commit 30622f3

Browse files
committed
fix: 프록시패스 수정
1 parent 0c984b6 commit 30622f3

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
@@ -89,8 +89,8 @@ http {
8989
proxy_send_timeout 86400s;
9090
}
9191

92-
location /api/coin/realtime/ {
93-
proxy_pass http://api-server/coin/realtime/;
92+
location /api/coin/realtime {
93+
proxy_pass http://api-server/api/coin/realtime;
9494
proxy_http_version 1.1;
9595
proxy_set_header Upgrade $http_upgrade;
9696
proxy_set_header Connection "upgrade";

0 commit comments

Comments
 (0)