remove the bodhi from the haproxy

This commit is contained in:
Stephen Smoogen 2018-05-08 15:52:19 +00:00
parent 68f6a6613a
commit bb3e88188a

View file

@ -113,17 +113,6 @@ backend mirrormanager-backend
{% endif %}
option httpchk GET /mirrormanager/static/mirrormanager2.css
frontend bodhi2-frontend
bind 0.0.0.0:10010
default_backend bodhi2-backend
backend bodhi2-backend
balance hdr(appserver)
{% if env == "staging" %}
server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3
{% endif %}
option httpchk GET /
frontend freemedia-frontend
bind 0.0.0.0:10011
default_backend freemedia-backend