We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555f1f commit 47000c1Copy full SHA for 47000c1
manifests/params.pp
@@ -62,18 +62,19 @@
62
'daemon' => '',
63
}
64
$defaults_options = {
65
- 'log' => 'global',
66
- 'mode' => 'http',
67
- 'option' => [
68
- 'httplog',
69
- 'dontlognull',
+ 'log' => 'global',
+ 'stats' => 'enable',
+ 'option' => ['redispatch'],
+ 'retries' => '3',
+ 'timeout' => [
70
+ 'http-request 10s',
71
+ 'queue 1m',
72
+ 'connect 10s',
73
+ 'client 1m',
74
+ 'server 1m',
75
+ 'check 10s',
76
],
- 'retries' => '3',
- 'redispatch' => '',
- 'maxconn' => '2000',
- 'contimeout' => '5000',
- 'clitimeout' => '50000',
- 'srvtimeout' => '50000',
77
+ 'maxconn' => '8000',
78
79
$config_validate_cmd = '/usr/local/sbin/haproxy -f % -c'
80
# Single instance:
0 commit comments