Apply gzip to everything

The middleware is smart enough to only apply it when needed, and only when it's not already compressed, so it's fine.
This commit is contained in:
Jake Howard
2021-09-19 22:48:48 +01:00
parent 83ed8879dc
commit 48934ad2c5
5 changed files with 2 additions and 5 deletions

View File

@ -23,7 +23,6 @@ services:
- traefik.enable=true
- traefik.http.routers.tt-rss.rule=Host(`tt-rss.jakehoward.tech`)
- traefik.http.routers.tt-rss.tls.certresolver=le
- traefik.http.routers.tt-rss.middlewares=compress@file
depends_on:
- db
tmpfs: