From 064efea43133bd5c551e89ae12465a47c14bd1ef Mon Sep 17 00:00:00 2001 From: timur Date: Tue, 21 Nov 2017 11:06:43 +0200 Subject: [PATCH] cache controll header --- .htaccess | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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