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:
@ -16,6 +16,7 @@ entryPoints:
|
||||
http:
|
||||
middlewares:
|
||||
- floc-block@file
|
||||
- compress@file
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
|
Reference in New Issue
Block a user