diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2017-04-05 23:08:35 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-05 23:08:35 +0000 |
| commit | ac41432c7c7e034bbc6e0fa2cdaca818b4bcd25a (patch) | |
| tree | d4f02620dbdc24c1c7d2417abbd8ed880e07f62d /roles/haproxy | |
| parent | 86307b71476a1cc38fd99c82d558c853e9378b5a (diff) | |
re-add 02
Diffstat (limited to 'roles/haproxy')
| -rw-r--r-- | roles/haproxy/templates/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 8b03320e1..dfae9b9dd 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -422,7 +422,7 @@ listen ipa01 0.0.0.0:10061 listen kojipkgs 0.0.0.0:10062 balance hdr(appserver) server kojipkgs01.phx2.fedoraproject.org kojipkgs01.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 - #server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 + server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2 option httpchk GET / {% endif %} |
