Enable gzip compression for all sites
This commit is contained in:
parent
bd6baa9813
commit
59399c376e
12 changed files with 14 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue