diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2016-03-01 16:44:09 -0500 |
|---|---|---|
| committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-03-01 16:44:09 -0500 |
| commit | 72f35852a044a8d2517d4c6ed72887e155dac524 (patch) | |
| tree | 84bd29ef28aaed671cd6a32b640f244915336e20 /roles/haproxy/templates | |
| parent | bf8d46ce7ffe24d65813b779f36f309c8f46542b (diff) | |
| download | openshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.gz openshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.bz2 openshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.xz openshift-72f35852a044a8d2517d4c6ed72887e155dac524.zip | |
disable http-server-close option
Diffstat (limited to 'roles/haproxy/templates')
| -rw-r--r-- | roles/haproxy/templates/haproxy.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2 index 7ac44b23a..cb4380971 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -20,7 +20,7 @@ defaults log global option httplog option dontlognull - option http-server-close +# option http-server-close option forwardfor except 127.0.0.0/8 option redispatch retries 3 |
