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

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