Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created December 17, 2014 22:41
Show Gist options
  • Save evemilano/9ceae46c28aff6dc1c5f to your computer and use it in GitHub Desktop.
Save evemilano/9ceae46c28aff6dc1c5f to your computer and use it in GitHub Desktop.
Abilitare il Caching
# Add Caching.
<FilesMatch ".(ico|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=3600"
</FilesMatch>
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment