2026-04-05 23:30:38 +02:00
|
|
|
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
|
2026-04-11 11:45:02 +02:00
|
|
|
|
|
|
|
|
tls:
|
|
|
|
|
stores:
|
|
|
|
|
default:
|
|
|
|
|
defaultCertificate:
|
|
|
|
|
certFile: /etc/traefik/certs/cert.pem
|
|
|
|
|
keyFile: /etc/traefik/certs/key.pem
|