diff options
| author | Luke Macken <lmacken@redhat.com> | 2015-06-07 13:51:02 +0000 |
|---|---|---|
| committer | Luke Macken <lmacken@redhat.com> | 2015-06-07 13:51:02 +0000 |
| commit | ce95f48acd7ec2a4564aceaba682c1cb3943d24e (patch) | |
| tree | 1e9c00431d30bb8721651cdb835287b54638fb8e | |
| parent | 72bab5f0b5d811366ae2837eebb21a162cd9b234 (diff) | |
Update the haproxy httpchk for bodhi02.stg
| -rw-r--r-- | roles/haproxy/templates/haproxy.cfg.stg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg.stg b/roles/haproxy/templates/haproxy.cfg.stg index f9e83e45d..4c4023be7 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -75,7 +75,7 @@ listen bodhi 0.0.0.0:10009 listen bodhi2 0.0.0.0:10010 balance hdr(appserver) server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3 - option httpchk GET /updates/nagios + option httpchk GET / listen freemedia 0.0.0.0:10011 balance hdr(appserver) |
