mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-05-03 04:30:41 +02:00
stop https redirect
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user