Added health checks to varnish.

rtd2
Eric Holscher 2011-05-03 22:42:44 -07:00
parent 5a56a273ae
commit d88c32209a
1 changed files with 12 additions and 0 deletions

View File

@ -1,11 +1,23 @@
backend chimera {
.host = "10.177.72.204";
.port = "8000";
.probe = {
.request =
"OPTIONS * HTTP/1.1"
"Host: readthedocs.org"
"Connection: close";
}
}
backend ladon {
.host = "10.177.73.65";
.port = "8000";
.probe = {
.request =
"OPTIONS * HTTP/1.1"
"Host: readthedocs.org"
"Connection: close";
}
}
director doubleteam round-robin {