Skip to content

Instantly share code, notes, and snippets.

@rociiu
Forked from trevorturk/gist:128392
Created May 26, 2010 06:23
Show Gist options
  • Save rociiu/414137 to your computer and use it in GitHub Desktop.
Save rociiu/414137 to your computer and use it in GitHub Desktop.
# gzip html, css and js
AddOutputFilterByType DEFLATE text/html text/css application/x-javascript application/javascript
# far future expires headers
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresDefault "access plus 10 years"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment