Closed dhruvkb closed 5 years ago
NGINX currently has no compression enabled. The goal is to enable gzip, zlib and/or Brotli compression depending on the type of static asset being served.
gzip
zlib
Brotli
Commit 5f8b61d addresses this issue by enabling GNU Gzip compression on NGINX.
NGINX currently has no compression enabled. The goal is to enable
gzip
,zlib
and/orBrotli
compression depending on the type of static asset being served.