Traefik: move to toml configuration and common middlewares

Also fixed nextcloud DAV resolution
This commit is contained in:
Marko Korhonen 2022-01-15 12:31:34 +02:00
parent 8427208a2a
commit 02f546deb5
12 changed files with 20 additions and 31 deletions

View file

@ -11,8 +11,7 @@ services:
- "traefik.http.routers.remotely-redirect.entrypoints=http"
- "traefik.http.routers.remotely-redirect.rule=Host(`remotely.korhonen.cc`)"
- "traefik.http.middlewares.http2https.redirectscheme.scheme=https"
- "traefik.http.routers.remotely-redirect.middlewares=http2https"
- "traefik.http.routers.remotely-redirect.middlewares=http2https@file"
- "traefik.http.routers.remotely.entrypoints=https"
- "traefik.http.routers.remotely.rule=Host(`remotely.korhonen.cc`)"