From 666373baed3a8ccf601dc6e61759a0a84124e643 Mon Sep 17 00:00:00 2001 From: Alex Pedersen Date: Sun, 13 Jun 2021 13:28:22 +0200 Subject: [PATCH] added global http to https redirect --- containers/core/gateway/dist.config.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/containers/core/gateway/dist.config.yaml b/containers/core/gateway/dist.config.yaml index 60616b5..09f922b 100644 --- a/containers/core/gateway/dist.config.yaml +++ b/containers/core/gateway/dist.config.yaml @@ -7,9 +7,14 @@ api: entryPoints: http: - address: ":80" + address: :80 + http: + redirections: + entryPoint: + to: https + scheme: https https: - address: ":443" + address: :443 providers: docker: