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 1b1c22f commit 870bf4bCopy full SHA for 870bf4b
manifests/params.pp
@@ -63,18 +63,19 @@
63
'daemon' => '',
64
}
65
$defaults_options = {
66
- 'log' => 'global',
67
- 'mode' => 'http',
68
- 'option' => [
69
- 'httplog',
70
- 'dontlognull',
+ 'log' => 'global',
+ 'stats' => 'enable',
+ 'option' => ['redispatch'],
+ 'retries' => '3',
+ 'timeout' => [
71
+ 'http-request 10s',
72
+ 'queue 1m',
73
+ 'connect 10s',
74
+ 'client 1m',
75
+ 'server 1m',
76
+ 'check 10s',
77
],
- 'retries' => '3',
- 'redispatch' => '',
- 'maxconn' => '2000',
- 'contimeout' => '5000',
- 'clitimeout' => '50000',
- 'srvtimeout' => '50000',
78
+ 'maxconn' => '8000',
79
80
$config_validate_cmd = '/usr/local/sbin/haproxy -f % -c'
81
# Single instance:
0 commit comments