We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e1159 commit 065e0a2Copy full SHA for 065e0a2
docker-compose.yml
@@ -36,7 +36,7 @@ services:
36
- node.labels.type == community
37
labels:
38
traefik.enable: "true"
39
- 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`)
40
traefik.http.routers.openid4vc-app.entrypoints: web-secure
41
traefik.http.routers.openid4vc-app.tls.certresolver: zerossl
42
traefik.http.routers.openid4vc-app.service: openid4vc-app-service
0 commit comments