diff options
author | Tristan Cacqueray <tdecacqu@redhat.com> | 2017-11-29 05:36:55 +0000 |
---|---|---|
committer | Tristan Cacqueray <tdecacqu@redhat.com> | 2017-11-29 06:22:27 +0000 |
commit | 3c2d39dd86158ef7c9a20bf72f2610004520bf19 (patch) | |
tree | 19c0510378a24a046df5698fa03b9d8b9244cb76 /etc/zuul.conf-sample | |
parent | fe07e42391f08e284f582e27da6209a72621fb60 (diff) | |
download | zuul-3c2d39dd86158ef7c9a20bf72f2610004520bf19.tar.gz |
web: add Cache-Control to static files
This change add the Cache-Control header to static files' response.
Change-Id: Ibdf1c35bad378507162d807cf5acdf13fc3fab88
Diffstat (limited to 'etc/zuul.conf-sample')
-rw-r--r-- | etc/zuul.conf-sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample index 76494adcf..f0e17658c 100644 --- a/etc/zuul.conf-sample +++ b/etc/zuul.conf-sample @@ -37,6 +37,7 @@ trusted_rw_paths=/opt/zuul-logs [web] listen_address=127.0.0.1 port=9000 +static_cache_expiry=0 [webapp] listen_address=0.0.0.0 |