X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0aab70d51e60388e27639f843599ba401a0281e5..HEAD:/.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 "*"