From ed458905411f77efe389f9c5e53e0318c7f23787 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Tue, 9 Apr 2013 16:43:24 +0200 Subject: [PATCH] Revert "re-weight varnish LB. holter's disk are dying, so we better do 50:50 LB" This reverts commit dd8cc85cf06b5d5c54318ff816360953dcec0d05. --- 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 38b75fd4..0b9ec708 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 = 1; + .weight = 10000; } { .backend = { -- 2.39.2