Skip to content

Instantly share code, notes, and snippets.

@ahoNerd
Created November 12, 2022 17:08
Show Gist options
  • Save ahoNerd/9b9fa5290a3efad50917acb36c7dfa4f to your computer and use it in GitHub Desktop.
Save ahoNerd/9b9fa5290a3efad50917acb36c7dfa4f to your computer and use it in GitHub Desktop.
Gzip Compression v1, read more at https://ahonerd.com/htaccess
<IfModule deflate_module>
# Enable compression for the following file types.
AddOutputFilterByType \
DEFLATE \
application/javascript \
text/css \
text/html \
text/javascript \
text/plain \
text/xml
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment