18 lines
365 B
YAML
18 lines
365 B
YAML
|
|
http:
|
||
|
|
routers:
|
||
|
|
root-redirect:
|
||
|
|
rule: "Path(`/`)"
|
||
|
|
priority: 100
|
||
|
|
entryPoints:
|
||
|
|
- websecure
|
||
|
|
tls: {}
|
||
|
|
middlewares:
|
||
|
|
- root-to-platform
|
||
|
|
service: saas@docker
|
||
|
|
middlewares:
|
||
|
|
root-to-platform:
|
||
|
|
redirectRegex:
|
||
|
|
regex: "^(https?://[^/]+)/?$"
|
||
|
|
replacement: "${1}/platform/"
|
||
|
|
permanent: false
|