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