diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 0bae0c56d2..3ddf847dbb 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -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