Skip to content

Commit db8bb24

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ http {
9090
}
9191

9292
location /api/coin/realtime/ {
93-
proxy_pass http://api-server/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)