From 3594ac306f5a885b68721c18b396b6aff6cf4017 Mon Sep 17 00:00:00 2001 From: Oleksiy Molchanov Date: Wed, 18 Jan 2017 13:58:43 +0200 Subject: [PATCH] Set haproxy default option 'http-server-close' Change-Id: I4e11ecc956971d4a8801887be07613e73b6a5b5f Closes-Bug: 1657436 --- deployment/puppet/cluster/manifests/haproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/puppet/cluster/manifests/haproxy.pp b/deployment/puppet/cluster/manifests/haproxy.pp index b9f878327d..5a33dbb246 100644 --- a/deployment/puppet/cluster/manifests/haproxy.pp +++ b/deployment/puppet/cluster/manifests/haproxy.pp @@ -89,7 +89,7 @@ class cluster::haproxy ( 'retries' => '3', 'option' => [ 'redispatch', - 'forceclose', + 'http-server-close', 'splice-auto', 'dontlognull', ],