From 7d7027bee2a9bcc3fd9ea9518a5028c8e0b18162 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 28 Jun 2020 17:06:40 +0200 Subject: [PATCH] stop https redirect --- traefik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index 1890b9e..cb1f9fa 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -30,7 +30,7 @@ services: - traefik.http.routers.dashboard.tls.domains[0].main=${DOMAIN} - traefik.http.routers.dashboard.tls.domains[0].sans=*.${DOMAIN} #- traefik.http.services.dashboard.loadbalancer.server.port=8080 - - traefik.http.routers.dashboard.middlewares=redirect-to-https +# - traefik.http.routers.dashboard.middlewares=redirect-to-https # global redirect to https #- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`) #- traefik.http.routers.http-catchall.entrypoints=web