add lists.pagure.io to varnish config
This commit is contained in:
parent
3363db41b2
commit
2359610fd4
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ sub vcl_recv {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (req.http.X-Forwarded-Server ~ "^lists.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^lists.stg.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^lists.fedorahosted.org" || req.http.X-Forwarded-Server ~ "^lists.stg.fedorahosted.org" ) {
|
||||
if (req.http.X-Forwarded-Server ~ "^lists.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^lists.stg.fedoraproject.org" || req.http.X-Forwarded-Server ~ "^lists.fedorahosted.org" || req.http.X-Forwarded-Server ~ "^lists.stg.fedorahosted.org" || req.http.X-Forwarded-Server ~ "^lists.pagure.io" ) {
|
||||
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