fix: add explicit priority and broader regex for root redirect
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -148,11 +148,12 @@ services:
|
||||
- traefik.http.routers.saas.tls=true
|
||||
- traefik.http.services.saas.loadbalancer.server.port=8080
|
||||
- traefik.http.routers.root-redirect.rule=Path(`/`)
|
||||
- traefik.http.routers.root-redirect.priority=100
|
||||
- traefik.http.routers.root-redirect.entrypoints=websecure
|
||||
- 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.regex=.*
|
||||
- traefik.http.middlewares.root-to-platform.redirectregex.replacement=/platform/
|
||||
networks:
|
||||
- cameleer
|
||||
|
||||
Reference in New Issue
Block a user