X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fvarnish%2Ffiles%2Fdefault.vcl;h=bff0524d7a122633cf64bd62c552654e9dfedf70;hb=745714ee9bbb6fcbabbf46820358c1c4b7ee005d;hp=0b9ec708510b246c3d05a1766b7ecdb69a402315;hpb=ed458905411f77efe389f9c5e53e0318c7f23787;p=mirror%2Fdsa-puppet.git 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; - } }