diff --git a/roles/copr/backend/templates/lighttpd/lighttpd.conf b/roles/copr/backend/templates/lighttpd/lighttpd.conf index c599e2983e..75a6861ded 100644 --- a/roles/copr/backend/templates/lighttpd/lighttpd.conf +++ b/roles/copr/backend/templates/lighttpd/lighttpd.conf @@ -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") }