Skip to content

Commit 4e31885

Browse files
added the missing api/ (#8)
* added the missing api/ * added location for swagger * removed swagger on prod. Co-authored-by: open-schnick <[email protected]>
1 parent 89e119f commit 4e31885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReverseProxy/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http {
1515
proxy_set_header X-Forwarded-Host $server_name;
1616

1717
location /api {
18-
proxy_pass http://FileFighterREST:8080/;
18+
proxy_pass http://FileFighterREST:8080/api/;
1919
proxy_redirect off;
2020
}
2121

@@ -24,4 +24,4 @@ http {
2424
proxy_redirect off;
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)