From a9516902fd77aff67c6f4619dd22b3db398f54d1 Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 20 Jan 2020 16:58:32 -0500 Subject: [PATCH] Moved http->https redir rule from traefik container to cypherapps --- cyphernodeconf_docker/templates/traefik/traefik.toml | 2 -- 1 file changed, 2 deletions(-) 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]