Also fix varnish to understand qa.stg
This commit is contained in:
parent
7ee9b3093f
commit
e802d4d1ea
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ sub vcl_recv {
|
|||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
}
|
||||
if (req.http.X-Forwarded-Server ~ "^qa.fedoraproject.org") {
|
||||
if (req.http.X-Forwarded-Server ~ "^qa.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^qa.stg.fedoraproject.org") {
|
||||
if (req.url ~ "^/blockerbugs") {
|
||||
set req.backend_hint = blockerbugs;
|
||||
if (req.url ~ "^/blockerbugs/static/") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue