From 081b03f05c71aedfe112258f9fcf7fbf3c8168be Mon Sep 17 00:00:00 2001 From: Czechman Date: Thu, 12 Jan 2023 04:14:57 +0100 Subject: [PATCH] http->https redirect reaktiviert --- config/traefik.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index f7b003d..179c84b 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -7,11 +7,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"