1
0
Fork 0

feat(ingress-nginx): enable gzip and brotli compression

This commit is contained in:
Vojtěch Mareš 2024-11-23 09:19:33 +01:00
parent 5fe4a97364
commit 03c5e3562e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 12 additions and 0 deletions

View file

@ -46,3 +46,7 @@ spec:
use-proxy-protocol: "true"
use-forwarded-headers: "true"
enable-real-ip: "true"
use-gzip: "true"
enable-brotli: "true"
brotli-level: "6"
use-http2: "true"