24 lines
468 B
YAML
24 lines
468 B
YAML
http:
|
|
middlewares:
|
|
redirect-https:
|
|
redirectScheme:
|
|
scheme: https
|
|
permanent: true
|
|
|
|
routers:
|
|
acme-challenge-exempt:
|
|
rule: "PathPrefix(`/.well-known/acme-challenge`)"
|
|
entryPoints:
|
|
- web
|
|
service: noop@internal
|
|
priority: 100
|
|
|
|
http-catchall:
|
|
rule: "HostRegexp(`{host:.+}`)"
|
|
entryPoints:
|
|
- web
|
|
middlewares:
|
|
- redirect-https
|
|
service: noop@internal
|
|
priority: 1
|