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 44e4390 commit abf1cdfCopy full SHA for abf1cdf
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