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