We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c984b6 commit 30622f3Copy full SHA for 30622f3
nginx.conf
@@ -89,8 +89,8 @@ http {
89
proxy_send_timeout 86400s;
90
}
91
92
- location /api/coin/realtime/ {
93
- proxy_pass http://api-server/coin/realtime/;
+ location /api/coin/realtime {
+ proxy_pass http://api-server/api/coin/realtime;
94
proxy_http_version 1.1;
95
proxy_set_header Upgrade $http_upgrade;
96
proxy_set_header Connection "upgrade";
0 commit comments