Skip to content
Snippets Groups Projects
Commit 119a632c authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

updated haproxy cfg

parent 7154fd85
No related branches found
No related tags found
1 merge request!8Development
......@@ -10,9 +10,9 @@ class iaas::profile::haproxy (
class { '::haproxy':
defaults_options => {
'mode' => 'http',
'log' => 'global',
# 'log' => 'global',
'option' => [
'tcplog',
# 'tcplog',
'dontlognull',
'redispatch',
],
......@@ -55,6 +55,10 @@ class iaas::profile::haproxy (
options => {
'option' => ['httpchk','tcpka'],
'balance' => 'leastconn',
'timeout' => [
'client 90m',
'server 90m',
],
}
}
......@@ -82,6 +86,10 @@ class iaas::profile::haproxy (
options => {
'option' => ['httpchk','tcpka'],
'balance' => 'leastconn',
'timeout' => [
'client 90m',
'server 90m',
],
}
}
......@@ -109,6 +117,10 @@ class iaas::profile::haproxy (
options => {
'option' => ['httpchk','tcpka'],
'balance' => 'leastconn',
'timeout' => [
'client 90m',
'server 90m',
],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment