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