diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2017-06-09 06:30:47 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2017-06-09 06:30:47 +0000 |
| commit | 82417064e4e7c285396963b396b2f436e02f2a3e (patch) | |
| tree | 28969c1e9e30d86ed026b54109ad5c30e877fd1f /roles/httpd/reverseproxy | |
| parent | aa871d38423052df868f0fe78f1bad77730ed29b (diff) | |
| download | ansible-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/httpd/reverseproxy')
| -rw-r--r-- | roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf index c1cf16303..2393b8687 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.pkgdb.conf @@ -15,19 +15,19 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application <Location /pkgdb/static> ExpiresActive On - ExpiresDefault "access plus 5 days" + ExpiresDefault "access plus 30 minutes" AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript </Location> <Location /pkgdb/tg_js> ExpiresActive On - ExpiresDefault "access plus 5 days" + ExpiresDefault "access plus 30 minutes" AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript </Location> <Location /pkgdb/appicon> ExpiresActive On - ExpiresDefault "access plus 5 days" + ExpiresDefault "access plus 30 minutes" AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript </Location> |
