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