diff --git a/traefik.toml b/traefik.toml index f131c7e..3f6dd3d 100644 --- a/traefik.toml +++ b/traefik.toml @@ -1,6 +1,11 @@ [entryPoints] [entryPoints.http] address = ":80" + [entryPoints.http.http] + [entryPoints.http.http.redirections] + [entryPoints.http.http.redirections.entryPoint] + to = "https" + scheme = "https" [entryPoints.https] address = ":443" [entryPoints.traefik]