6 lines
132 B
ApacheConf
Raw Normal View History

2015-12-07 14:18:27 +01:00
Allow from all
2015-12-24 10:05:47 -06:00
#Enable caching for a year
<ifModule mod_headers.c>
Header set Cache-Control "max-age=29030400, public"
</ifModule>