Remove fas02 references from haproxy and varnish
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
e00fb6ad13
commit
c9cba10f70
2 changed files with 0 additions and 16 deletions
|
@ -120,9 +120,6 @@ backend totpcgiprovision-backend
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
http-check expect status 401
|
http-check expect status 401
|
||||||
server fas01 fas01:8444 check inter 5s rise 1 fall 2
|
server fas01 fas01:8444 check inter 5s rise 1 fall 2
|
||||||
{% if env == "production" %}
|
|
||||||
server fas02 fas02:8444 check inter 5s rise 1 fall 2
|
|
||||||
{% endif %}
|
|
||||||
option httpchk GET /index.cgi
|
option httpchk GET /index.cgi
|
||||||
|
|
||||||
frontend blockerbugs-frontend
|
frontend blockerbugs-frontend
|
||||||
|
|
|
@ -37,22 +37,9 @@ backend fas01 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
backend fas02 {
|
|
||||||
.host = "fas02";
|
|
||||||
.port = "http";
|
|
||||||
.probe = {
|
|
||||||
.url = "/accounts/";
|
|
||||||
.interval = 5s;
|
|
||||||
.timeout = 5s;
|
|
||||||
.window = 5;
|
|
||||||
.threshold = 5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
sub vcl_init {
|
sub vcl_init {
|
||||||
new fas = directors.round_robin();
|
new fas = directors.round_robin();
|
||||||
fas.add_backend(fas01);
|
fas.add_backend(fas01);
|
||||||
fas.add_backend(fas02);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
backend nuancier {
|
backend nuancier {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue