Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 12, 2024
1 parent d7e1159 commit 065e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- node.labels.type == community
labels:
traefik.enable: "true"
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && (Path(`/`) || Path(``))
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && !PathPrefix(`/oid4vci`) && !PathPrefix(`/api`) && !PathPrefix(`/.well-known`)
traefik.http.routers.openid4vc-app.entrypoints: web-secure
traefik.http.routers.openid4vc-app.tls.certresolver: zerossl
traefik.http.routers.openid4vc-app.service: openid4vc-app-service
Expand Down

0 comments on commit 065e0a2

Please sign in to comment.