Merge "Set haproxy default option 'http-server-close'" into stable/newton

This commit is contained in:
Jenkins 2017-02-06 17:14:23 +00:00 committed by Gerrit Code Review
commit 8ff22b55cf

View File

@ -89,7 +89,7 @@ class cluster::haproxy (
'retries' => '3',
'option' => [
'redispatch',
'forceclose',
'http-server-close',
'splice-auto',
'dontlognull',
],