From 2b8ba2a7a72f4fe98303808db16434ad70daf958 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 7 May 2020 08:01:34 +0200 Subject: [PATCH] Get global HTTPS redirect done. See https://git.autonomic.zone/autonomic-cooperative/traefik/issues/4. --- configs/prod/traefik.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/prod/traefik.yml b/configs/prod/traefik.yml index e1803f3..499f76b 100644 --- a/configs/prod/traefik.yml +++ b/configs/prod/traefik.yml @@ -18,6 +18,10 @@ api: entrypoints: web: address: ":80" + http: + redirections: + entryPoint: + to: web-secure web-secure: address: ":443"