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

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