Skip to content

Commit

Permalink
Merge pull request #415 from Sreejit-K/demo-donor
Browse files Browse the repository at this point in the history
added mock donor reverse proxy
  • Loading branch information
Pratikshakhandagale authored Oct 17, 2023
2 parents ea6d7b6 + 750572e commit b0e7bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imports/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ server {
add_header 'Access-Control-Allow-Origin' 'http://localhost:4200';
}

location /mock-donor-service/ {
proxy_pass http://mock-donor-service:5001/;
}


error_page 500 502 503 504 /50x.html;

Expand Down

0 comments on commit b0e7bf4

Please sign in to comment.