Traefik: move to toml configuration and common middlewares
Also fixed nextcloud DAV resolution
This commit is contained in:
parent
8427208a2a
commit
02f546deb5
12 changed files with 20 additions and 31 deletions
|
@ -24,8 +24,7 @@ services:
|
|||
|
||||
- "traefik.http.routers.tvheadend-redirect.entrypoints=http"
|
||||
- "traefik.http.routers.tvheadend-redirect.rule=Host(`tvheadend.korhonen.cc`)"
|
||||
- "traefik.http.middlewares.http2https.redirectscheme.scheme=https"
|
||||
- "traefik.http.routers.tvheadend-redirect.middlewares=http2https"
|
||||
- "traefik.http.routers.tvheadend-redirect.middlewares=http2https@file"
|
||||
|
||||
- "traefik.http.routers.tvheadend.entrypoints=https"
|
||||
- "traefik.http.routers.tvheadend.rule=Host(`tvheadend.korhonen.cc`)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue