summaryrefslogtreecommitdiffstats
path: root/roles/developer/website
diff options
context:
space:
mode:
authorRicky Elrod <codeblock@fedoraproject.org>2017-06-09 06:30:47 +0000
committerRicky Elrod <codeblock@fedoraproject.org>2017-06-09 06:30:47 +0000
commit82417064e4e7c285396963b396b2f436e02f2a3e (patch)
tree28969c1e9e30d86ed026b54109ad5c30e877fd1f /roles/developer/website
parentaa871d38423052df868f0fe78f1bad77730ed29b (diff)
downloadansible-82417064e4e7c285396963b396b2f436e02f2a3e.tar.gz
ansible-82417064e4e7c285396963b396b2f436e02f2a3e.tar.xz
ansible-82417064e4e7c285396963b396b2f436e02f2a3e.zip
Change static content caching from 5 days to 30 minutes
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/developer/website')
-rw-r--r--roles/developer/website/files/developer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/developer/website/files/developer.conf b/roles/developer/website/files/developer.conf
index 5a4590dde..49d0b7129 100644
--- a/roles/developer/website/files/developer.conf
+++ b/roles/developer/website/files/developer.conf
@@ -6,4 +6,4 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application
FileETag MTime Size
ExpiresActive On
-ExpiresDefault "access plus 5 days"
+ExpiresDefault "access plus 30 minutes"