projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d094c
)
vieuxtemps varnish: change upstream IP addresses
author
Peter Palfrader
<peter@palfrader.org>
Tue, 11 Jun 2013 17:48:31 +0000
(19:48 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 11 Jun 2013 17:48:31 +0000
(19:48 +0200)
modules/varnish/files/default.vcl
patch
|
blob
|
history
diff --git
a/modules/varnish/files/default.vcl
b/modules/varnish/files/default.vcl
index
0b9ec70
..
bff0524
100644
(file)
--- 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;
- }
}