fix: use replacepath middleware for root → /platform/ rewrite

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-05 23:16:26 +02:00
parent e3921576e5
commit 4f4d9777ce

View File

@@ -153,8 +153,7 @@ services:
- traefik.http.routers.root-redirect.tls=true
- traefik.http.routers.root-redirect.middlewares=root-to-platform
- traefik.http.routers.root-redirect.service=saas
- traefik.http.middlewares.root-to-platform.redirectregex.regex=.*
- traefik.http.middlewares.root-to-platform.redirectregex.replacement=/platform/
- traefik.http.middlewares.root-to-platform.replacepath.path=/platform/
networks:
- cameleer