projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix apache HTTP2HTTPS redirect config
[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>