summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-03-01 16:44:09 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-03-01 16:44:09 -0500
commit72f35852a044a8d2517d4c6ed72887e155dac524 (patch)
tree84bd29ef28aaed671cd6a32b640f244915336e20 /roles
parentbf8d46ce7ffe24d65813b779f36f309c8f46542b (diff)
downloadopenshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.gz
openshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.bz2
openshift-72f35852a044a8d2517d4c6ed72887e155dac524.tar.xz
openshift-72f35852a044a8d2517d4c6ed72887e155dac524.zip
disable http-server-close option
Diffstat (limited to 'roles')
-rw-r--r--roles/haproxy/templates/haproxy.cfg.j22
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