nix-config/rsc/docker/franz/infrastructure/traefik_data/config/routers.yml
2024-03-03 20:37:06 +01:00

9 lines
187 B
YAML

http:
routers:
redirecttohttps:
entryPoints:
- "web"
middlewares:
- "httpsredirect"
rule: "HostRegexp(`{host:.+}`)"
service: "noop@internal"