Skip to content

Instantly share code, notes, and snippets.

@btk
Created May 5, 2016 16:08
Show Gist options
  • Save btk/c56d6935ac7e5013c8f8ab634b23fbfc to your computer and use it in GitHub Desktop.
Save btk/c56d6935ac7e5013c8f8ab634b23fbfc to your computer and use it in GitHub Desktop.
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_include mime ^text/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_include handler ^cgi-script$
</ifModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment