From 72483a582e7ebdbaf1ab65c0baecb70752a9105b Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 20 Sep 2024 03:10:04 +0200 Subject: [PATCH] http to https redirect --- config/traefik.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/traefik.yml b/config/traefik.yml index 996c482..727e1b4 100644 --- a/config/traefik.yml +++ b/config/traefik.yml @@ -24,6 +24,10 @@ global: entryPoints: web: address: :80 + http: + redirections: + entryPoint: + to: websecure websecure: address: :443