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:
@ -13,4 +13,3 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.privatebin.rule=Host(`bin.theorangeone.net`)
|
||||
- traefik.http.routers.privatebin.tls.certresolver=le
|
||||
- traefik.http.routers.privatebin.middlewares=compress@file
|
||||
|
Reference in New Issue
Block a user