mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
haproxy: Remove proxy for mdapi
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b800b8c12e
commit
7a50525e9b
@@ -232,15 +232,6 @@ backend autocloud-backend
|
||||
server autocloud-web02 autocloud-web02:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /autocloud/
|
||||
|
||||
frontend mdapi-frontend
|
||||
bind 0.0.0.0:10043
|
||||
default_backend mdapi-backend
|
||||
|
||||
backend mdapi-backend
|
||||
balance hdr(appserver)
|
||||
server mdapi01 mdapi01:8080 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /mdapi
|
||||
|
||||
frontend openqa-frontend
|
||||
bind 0.0.0.0:10044
|
||||
default_backend openqa-backend
|
||||
|
||||
Reference in New Issue
Block a user