Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created April 2, 2012 00:54
Show Gist options
  • Save mehdimehdi/2279818 to your computer and use it in GitHub Desktop.
Save mehdimehdi/2279818 to your computer and use it in GitHub Desktop.
gzip configuration for nginx.conf
gzip on;
gzip_buffers 4 8k;
gzip_proxied any;
gzip_http_version 1.1;
gzip_comp_level 6;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_disable msie6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment