ignore more SSH errors
[ansible.git] / roles / apache / templates / caching.conf
1 <FilesMatch "\.(gif|jpe?g|png|ico|js|css)$">
2     Header set Cache-Control "max-age=86400, public"
3 </FilesMatch>
4
5 <FilesMatch "\.html?$">
6     Header set Cache-Control "no-cache"
7 </FilesMatch>