diff --git a/traefik.toml b/traefik.toml index 71e297e..d36240c 100644 --- a/traefik.toml +++ b/traefik.toml @@ -1,11 +1,6 @@ [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.https.http2]