Disable https-redirect middleware for now

This commit is contained in:
3wc 2020-09-22 20:13:31 +02:00
parent cb47c8b2da
commit 35fbff1261
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ services:
#- traefik.constraint-label=proxy
- traefik.http.routers.${STACK_NAME}-http.rule=Host(`${DOMAIN?Variable not set}`)
- traefik.http.routers.${STACK_NAME}-http.entrypoints=web
- traefik.http.routers.${STACK_NAME}-http.middlewares=https-redirect
# Add https-redirect middleware from https://dockerswarm.rocks/traefik/
#- traefik.http.routers.${STACK_NAME}-http.middlewares=https-redirect
- traefik.http.routers.${STACK_NAME}-https.rule=Host(`${DOMAIN?Variable not set}`)
- traefik.http.routers.${STACK_NAME}-https.entrypoints=web-secure
- traefik.http.routers.${STACK_NAME}-https.tls=true