diff --git a/cyphernodeconf_docker/templates/traefik/traefik.toml b/cyphernodeconf_docker/templates/traefik/traefik.toml index 66bda92..ccd33d6 100644 --- a/cyphernodeconf_docker/templates/traefik/traefik.toml +++ b/cyphernodeconf_docker/templates/traefik/traefik.toml @@ -6,8 +6,6 @@ defaultEntryPoints = ["https","http"] [entryPoints] [entryPoints.http] address = ":<%= traefik_http_port %>" - [entryPoints.http.redirect] - entryPoint = "https" [entryPoints.https] address = ":<%= traefik_https_port %>" [entryPoints.https.tls]