From 4a570eb6bc1f841695d724d4ff6e38c620f190d5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 11 Jun 2013 19:48:31 +0200 Subject: [PATCH] vieuxtemps varnish: change upstream IP addresses --- modules/varnish/files/default.vcl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/varnish/files/default.vcl b/modules/varnish/files/default.vcl index 0b9ec7085..bff0524d7 100644 --- a/modules/varnish/files/default.vcl +++ b/modules/varnish/files/default.vcl @@ -7,18 +7,18 @@ director packages_debian_org random { { .backend = { - .host = "194.177.211.202"; + .host = "5.153.231.3"; .port = "80"; } - .weight = 10000; + .weight = 1; + } + { + .backend = { + .host = "213.165.95.4"; + .port = "80"; + } + .weight = 1; } - { - .backend = { - .host = "87.106.64.223"; - .port = "80"; - } - .weight = 1; - } } -- 2.20.1