miniflux-legacy/data/favicons/.htaccess

6 lines
132 B
ApacheConf
Raw Normal View History

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