Enable gzip compression for all sites
This commit is contained in:
parent
bd6baa9813
commit
59399c376e
12 changed files with 14 additions and 13 deletions
|
@ -18,7 +18,7 @@ labels = [
|
|||
"traefik.http.routers.freshrss-redirect.rule=Host(`rss.korhonen.cc`)",
|
||||
"traefik.http.routers.freshrss-redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.freshrss.entrypoints=https",
|
||||
"traefik.http.routers.freshrss.middlewares=secHeaders@file",
|
||||
"traefik.http.routers.freshrss.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.freshrss.rule=Host(`rss.korhonen.cc`)",
|
||||
"traefik.http.routers.freshrss.service=freshrss",
|
||||
"traefik.http.services.freshrss.loadbalancer.server.port=80",
|
||||
|
@ -40,7 +40,7 @@ labels = [
|
|||
"traefik.http.routers.bibliogram-redirect.rule=Host(`bibliogram.korhonen.cc`)",
|
||||
"traefik.http.routers.bibliogram-redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.bibliogram.entrypoints=https",
|
||||
"traefik.http.routers.bibliogram.middlewares=secHeaders@file",
|
||||
"traefik.http.routers.bibliogram.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.bibliogram.rule=Host(`bibliogram.korhonen.cc`)",
|
||||
"traefik.http.routers.bibliogram.service=bibliogram",
|
||||
"traefik.http.services.bibliogram.loadbalancer.server.port=10407",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue