haproxy: remove FAS
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
766f34132e
commit
e4fbd6f88a
1 changed files with 0 additions and 16 deletions
|
@ -64,22 +64,6 @@ backend mirror-lists-backend
|
|||
option httpchk GET /metalink?repo=epel-7&arch=x86_64
|
||||
option allbackups
|
||||
|
||||
frontend fas-frontend
|
||||
bind 0.0.0.0:10004
|
||||
default_backend fas-backend
|
||||
|
||||
backend fas-backend
|
||||
# These values are set extremely low so any issues are recovered from very
|
||||
# quickly. Setting these higher will cause odd behavior in apps that
|
||||
# depend on fas (like bodhi, etc)
|
||||
balance hdr(appserver)
|
||||
server fas01 fas01:80 check inter 5s rise 1 fall 2
|
||||
{% if env == "production" %}
|
||||
server fas02 fas02:80 check inter 5s rise 1 fall 2
|
||||
server fas03 fas03:80 check inter 5s rise 1 fall 2
|
||||
{% endif %}
|
||||
option httpchk GET /accounts/
|
||||
|
||||
frontend voting-frontend
|
||||
bind 0.0.0.0:10007
|
||||
default_backend voting-backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue