From a6b9550d5fcbffba827eca540355f4a1ee84563d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 May 2016 23:13:27 +0000 Subject: [PATCH] Set the first byte timeout to 2min here. --- roles/varnish/templates/proxy.vcl.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/varnish/templates/proxy.vcl.j2 b/roles/varnish/templates/proxy.vcl.j2 index 86ccd2fc31..c9bd61b435 100644 --- a/roles/varnish/templates/proxy.vcl.j2 +++ b/roles/varnish/templates/proxy.vcl.j2 @@ -22,6 +22,7 @@ backend pkgdb { backend mailman { .host = "mailman01"; .port = "http"; + .first_byte_timeout = 120s; .probe = { .url = "/"; .interval = 5s;