From 6f5b8f1017572e838ef37d651cb9c8884d3669a0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 May 2016 18:15:56 +0000 Subject: [PATCH] Also add lists.stg here. --- roles/varnish/templates/proxy.vcl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/varnish/templates/proxy.vcl.j2 b/roles/varnish/templates/proxy.vcl.j2 index ba9d44b6bc..440f32ca85 100644 --- a/roles/varnish/templates/proxy.vcl.j2 +++ b/roles/varnish/templates/proxy.vcl.j2 @@ -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") {