Browse Source

disable http-server-close option

Jason DeTiberus 9 years ago
parent
commit
72f35852a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/haproxy/templates/haproxy.cfg.j2

+ 1 - 1
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