Explorar el Código

disable http-server-close option

Jason DeTiberus hace 9 años
padre
commit
72f35852a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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