Merge pull-request #461

This commit is contained in:
Frederic Guillot 2015-12-28 12:28:37 +01:00
commit 3dc1f1d1e7
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>