IMGIITRoorkee / omniport-docker

The Dockerised setup of the one true portal for any and every educational institute
GNU General Public License v3.0
37 stars 23 forks source link

Enable compression in NGINX #5

Closed dhruvkb closed 5 years ago

dhruvkb commented 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.

dhruvkb commented 5 years ago

Commit 5f8b61d addresses this issue by enabling GNU Gzip compression on NGINX.