copr-be: prod: inherit CDN cache config from stg

This commit is contained in:
Silvie Chlupova 2020-03-10 10:17:00 +01:00 committed by Pierre-Yves Chibon
parent 5ad2eb94d9
commit f7d564993c

View file

@ -503,6 +503,6 @@ $HTTP["url"] =~ "\.log$" {
mimetype.assign = ("" => "text/plain; charset=utf-8" )
}
$HTTP["url"] =~ "/repodata/*" {
$HTTP["url"] =~ "/repomd.xml" {
setenv.add-response-header = ( "Cache-Control" => "no-cache")
}