From dd8cc85cf06b5d5c54318ff816360953dcec0d05 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 6 Apr 2013 13:55:52 +0200 Subject: [PATCH] re-weight varnish LB. holter's disk are dying, so we better do 50:50 LB Signed-off-by: Martin Zobel-Helas --- modules/varnish/files/default.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/varnish/files/default.vcl b/modules/varnish/files/default.vcl index 0b9ec708..38b75fd4 100644 --- a/modules/varnish/files/default.vcl +++ b/modules/varnish/files/default.vcl @@ -10,7 +10,7 @@ director packages_debian_org random { .host = "194.177.211.202"; .port = "80"; } - .weight = 10000; + .weight = 1; } { .backend = { -- 2.39.2