miniflux-legacy/data/favicons/.htaccess
2015-12-24 10:05:47 -06:00

6 lines
132 B
ApacheConf

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