copr: be: enable builder-live log redirect in prod
Mimic cf180175cc7dddaf1310d220d0938fdb48a11f9e
This commit is contained in:
parent
c9c1b3f369
commit
6417274940
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,7 @@ server.modules = (
|
|||
"mod_access",
|
||||
"mod_setenv",
|
||||
"mod_redirect",
|
||||
"mod_rewrite",
|
||||
"mod_indexfile",
|
||||
"mod_cgi"
|
||||
)
|
||||
|
@ -473,6 +474,9 @@ $SERVER["socket"] == ":443" {
|
|||
url.redirect = ( "^/results/sgallagh/cockpit-preview/(.+)" => "/results/@cockpit/cockpit-preview/$1" )
|
||||
|
||||
url.redirect += ( "^/results/(.*)/(.*)/mageia-(.*)-i386(.*)" => "/results/$1/$2/mageia-$3-i586$4" )
|
||||
url.redirect += ( "^/(.*)/redirect-live.log$" => "/$1/builder-live.log.gz" )
|
||||
|
||||
url.rewrite-if-not-file = ("^/(.*)/builder-live.log$" => "/$1/redirect-live.log")
|
||||
|
||||
$HTTP["url"] =~ "^/archive/spacewalk($|/$)" {
|
||||
dir-listing.activate = "disable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue