Skip to content

Commit 065e0a2

Browse files
committed
fix path
Signed-off-by: Timo Glastra <[email protected]>
1 parent d7e1159 commit 065e0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- node.labels.type == community
3737
labels:
3838
traefik.enable: "true"
39-
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && (Path(`/`) || Path(``))
39+
traefik.http.routers.openid4vc-app.rule: Host(`openid4vc.animo.id`) && !PathPrefix(`/oid4vci`) && !PathPrefix(`/api`) && !PathPrefix(`/.well-known`)
4040
traefik.http.routers.openid4vc-app.entrypoints: web-secure
4141
traefik.http.routers.openid4vc-app.tls.certresolver: zerossl
4242
traefik.http.routers.openid4vc-app.service: openid4vc-app-service

0 commit comments

Comments
 (0)