Enable gzip compression for all sites

This commit is contained in:
Marko Korhonen 2022-03-24 21:03:57 +02:00
parent bd6baa9813
commit 59399c376e
12 changed files with 14 additions and 13 deletions

View file

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