Skip to content
Snippets Groups Projects
Commit 29b5341e authored by ale's avatar ale
Browse files

Send caching headers for static content

parent ccf7e986
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@
Header set X-Frame-Options SAMEORIGIN
Header set Strict-Transport-Security "max-age=2592000;"
# Set caching headers for /static/ content.
<Location /static/>
Header set Cache-Control "max-age=31536000"
</Location>
# Configure negotiation.
LanguagePriority en it fr de es pt ca
ForceLanguagePriority Prefer Fallback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment