Enable Cache-Control in fav icons

This commit is contained in:
kordianbruck 2015-12-24 10:05:47 -06:00
parent 31f1561e65
commit 3cbf33d8cf
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
Allow from all
#Enable caching for a year
<ifModule mod_headers.c>
Header set Cache-Control "max-age=29030400, public"
</ifModule>