Skip to content

Instantly share code, notes, and snippets.

@Perun
Created March 14, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Perun/0c825273ebb2711c6f81fcdf221b0f1d to your computer and use it in GitHub Desktop.
Save Perun/0c825273ebb2711c6f81fcdf221b0f1d to your computer and use it in GitHub Desktop.
Verbesserung des Caching-Verhaltens; für Apache 2
# Dateien cachen
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresActive on
ExpiresDefault "access plus 35 days"
Header unset ETag
FileETag None
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment