From 683324be9ee4571dad9a2b112cd53ac91f216583 Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 21 Dec 2022 14:00:01 +0100 Subject: [PATCH] https redirect wieder aktiviert --- config/traefik.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index b87c390..3f7cd38 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -17,11 +17,11 @@ [entryPoints.web] address = ":80" -# [entryPoints.web.http] -# [entryPoints.web.http.redirections] -# [entryPoints.web.http.redirections.entryPoint] -# to = "websecure" -# scheme = "https" + [entryPoints.web.http] + [entryPoints.web.http.redirections] + [entryPoints.web.http.redirections.entryPoint] + to = "websecure" + scheme = "https" [entryPoints.websecure] address = ":443"