Get global HTTPS redirect done.

See autonomic-cooperative/traefik#4.
This commit is contained in:
Luke Murphy
2020-05-07 08:01:34 +02:00
parent 4a9381209e
commit 2b8ba2a7a7

View File

@ -18,6 +18,10 @@ api:
entrypoints: entrypoints:
web: web:
address: ":80" address: ":80"
http:
redirections:
entryPoint:
to: web-secure
web-secure: web-secure:
address: ":443" address: ":443"