diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-06-24 16:59:02 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2015-06-24 19:59:42 +0000 |
| commit | 07ad7dfe992aa9e8e12f8e359d8fbcccb5d14c3d (patch) | |
| tree | f9db4ba1d0ce270237794a604ce42897d6933bff /roles/haproxy | |
| parent | 0d85ca3c867e1c56ce47f048b649670d166cde88 (diff) | |
Comment this out for now.
Diffstat (limited to 'roles/haproxy')
| -rw-r--r-- | roles/haproxy/templates/haproxy.cfg.stg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg.stg b/roles/haproxy/templates/haproxy.cfg.stg index 4c4023be7..9fdb5c845 100644 --- a/roles/haproxy/templates/haproxy.cfg.stg +++ b/roles/haproxy/templates/haproxy.cfg.stg @@ -174,10 +174,10 @@ listen kerneltest 0.0.0.0:10038 server kerneltest01 kerneltest01:80 check inter 10s rise 1 fall 2 option httpchk GET /kerneltest -listen koschei 0.0.0.0:10040 - balance hdr(appserver) - server koschei01 koschei01:80 check inter 10s rise 1 fall 2 - option httpchk GET /koschei/ +#listen koschei 0.0.0.0:10040 +# balance hdr(appserver) +# server koschei01 koschei01:80 check inter 10s rise 1 fall 2 +# option httpchk GET /koschei/ # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others. |
