nix-config/rsc/docker/franz/infrastructure/traefik_data/config/routers.yml

10 lines
187 B
YAML
Raw Normal View History

2024-03-03 20:37:06 +01:00
http:
routers:
redirecttohttps:
entryPoints:
- "web"
middlewares:
- "httpsredirect"
rule: "HostRegexp(`{host:.+}`)"
service: "noop@internal"