diff --git a/ReverseProxy/nginx.conf b/ReverseProxy/nginx.conf index d9bc0eb..de29ce0 100644 --- a/ReverseProxy/nginx.conf +++ b/ReverseProxy/nginx.conf @@ -15,7 +15,7 @@ http { proxy_set_header X-Forwarded-Host $server_name; location /api { - proxy_pass http://FileFighterREST:8080/; + proxy_pass http://FileFighterREST:8080/api/; proxy_redirect off; } @@ -24,4 +24,4 @@ http { proxy_redirect off; } } -} \ No newline at end of file +}