Skip to content

Commit

Permalink
Merge pull request #230 from bcgov/feature/w3c
Browse files Browse the repository at this point in the history
chore: update proxy endpoints to vc microservice
  • Loading branch information
WadeBarnes authored Sep 19, 2024
2 parents e273a28 + 425af03 commit 27d00e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/config/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@


# Proxy requests to VCR VC Service
route /api/entities/* {
route /api/vc/* {
{$API_RATE_LIMIT}
uri strip_prefix /api/entities
uri strip_prefix /api/vc
reverse_proxy {$VC_SERVICE_HOST}:{$VC_SERVICE_PORT} {
header_up Host {upstream_hostport}
header_up X-Forwarded-Host {host}
Expand Down

0 comments on commit 27d00e8

Please sign in to comment.