stop https redirect
This commit is contained in:
parent
3e9b77a6b3
commit
7d7027bee2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ services:
|
||||||
- traefik.http.routers.dashboard.tls.domains[0].main=${DOMAIN}
|
- traefik.http.routers.dashboard.tls.domains[0].main=${DOMAIN}
|
||||||
- traefik.http.routers.dashboard.tls.domains[0].sans=*.${DOMAIN}
|
- traefik.http.routers.dashboard.tls.domains[0].sans=*.${DOMAIN}
|
||||||
#- traefik.http.services.dashboard.loadbalancer.server.port=8080
|
#- 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
|
# global redirect to https
|
||||||
#- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
|
#- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
|
||||||
#- traefik.http.routers.http-catchall.entrypoints=web
|
#- traefik.http.routers.http-catchall.entrypoints=web
|
||||||
|
|
Loading…
Add table
Reference in a new issue