stop https redirect

This commit is contained in:
Yax 2020-06-28 17:06:40 +02:00
parent 3e9b77a6b3
commit 7d7027bee2

View file

@ -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