X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/7d9b76acb3e4384380aa9ae24a3cf795c58857d1..4ead7efc4093274f14e2b11cf0916b8448d738df:/.htaccess diff --git a/.htaccess b/.htaccess index 22602d7..90f32b4 100644 --- a/.htaccess +++ b/.htaccess @@ -34,9 +34,12 @@ RewriteCond %{HTTP_ACCEPT} \bimage/webp RewriteCond %{DOCUMENT_ROOT}/$1.webp -f RewriteRule (.*)\.jpg$ $1.webp -# allow browsers to cache for upto a month +# allow browsers to cache static assets for upto a month - + +Header set Cache-Control "max-age=2592000" + + Header set Cache-Control "max-age=2592000" Header set Access-Control-Allow-Origin "*"