Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created July 18, 2009 11:24
Show Gist options
  • Save phuesler/149510 to your computer and use it in GitHub Desktop.
Save phuesler/149510 to your computer and use it in GitHub Desktop.
gzip on;
gzip_http_version 1.0;
gzip_comp_level 2;
gzip_proxied any;
gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment