Skip to content

Instantly share code, notes, and snippets.

@narwanimonish
Created February 8, 2020 13:45
Show Gist options
  • Save narwanimonish/ae36aa123b13610ad7824fef42a5fb76 to your computer and use it in GitHub Desktop.
Save narwanimonish/ae36aa123b13610ad7824fef42a5fb76 to your computer and use it in GitHub Desktop.
Enable GZip config in Nginx
gzip on;
gzip_disable "msie6";
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml image/x-icon;
gzip_proxied no-cache no-store private expired auth;
gzip_min_length 1000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment