Add www to non-www redirect for korhonen.cc

This commit is contained in:
Marko Korhonen 2022-03-24 12:19:29 +02:00
parent d79a88870a
commit 2229cf8cf2
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ labels = [
"traefik.http.routers.jellyfin-redirect.rule=Host(`jellyfin.korhonen.cc`)",
"traefik.http.routers.jellyfin-redirect.middlewares=http2https@file",
"traefik.http.routers.jellyfin.entrypoints=https",
"traefik.http.routers.gitea.middlewares=secHeaders@file",
"traefik.http.routers.jellyfin.middlewares=secHeaders@file",
"traefik.http.routers.jellyfin.rule=Host(`jellyfin.korhonen.cc`)",
"traefik.http.routers.jellyfin.service=jellyfin",
"traefik.http.services.jellyfin.loadbalancer.server.port=8096",