diff options
-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 |