Also add lists.stg here.
This commit is contained in:
parent
43f4d04fa1
commit
6f5b8f1017
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ sub vcl_recv {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (req.http.X-Forwarded-Server ~ "^lists.fedoraproject.org") {
|
||||
if (req.http.X-Forwarded-Server ~ "^lists.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^lists.stg.fedoraproject.org") {
|
||||
set req.backend_hint = mailman;
|
||||
}
|
||||
if (req.http.X-Forwarded-Server ~ "^apps.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^apps.stg.fedoraproject.org") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue