Set the first byte timeout to 2min here.

This commit is contained in:
Kevin Fenzi 2016-05-18 23:13:27 +00:00
parent 8bf1dfe9ec
commit a6b9550d5f

View file

@ -22,6 +22,7 @@ backend pkgdb {
backend mailman {
.host = "mailman01";
.port = "http";
.first_byte_timeout = 120s;
.probe = {
.url = "/";
.interval = 5s;