Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
web-team-iiti authored Jul 20, 2024
1 parent 6dea058 commit 37029c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ http{
proxy_pass http://frontend_upstream;
}

location /api {
location /api/v1 {
proxy_pass http://backend_upstream;
}

Expand Down

0 comments on commit 37029c4

Please sign in to comment.