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.
2 parents 44e4390 + abf1cdf commit 599990bCopy full SHA for 599990b
backend/api-gateway/nginx.conf
@@ -58,7 +58,7 @@ http {
58
# Proxy for /api/match/
59
location /api/match/ {
60
set $backend_service "matching-service:3003";
61
- proxy_pass http://$backend_service/api/match/;
+ proxy_pass http://$backend_service;
62
include /etc/nginx/proxy_params;
63
}
64
0 commit comments