diff --git a/.htaccess b/.htaccess index 4b070df..53673c8 100755 --- a/.htaccess +++ b/.htaccess @@ -79,4 +79,12 @@ AddDefaultCharset utf-8 ExpiresByType text/css "access 2 days" # Set the default expiry times. ExpiresDefault "access plus 2 days" - \ No newline at end of file + + + + + + Header set Cache-Control "max-age=172800, public" + + + \ No newline at end of file -- libgit2 0.21.4