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