updated pillar example for defaultserver setting
This commit is contained in:
parent
ef5ff9c9ea
commit
2641edecc1
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ haproxy:
|
|||
options:
|
||||
- forwardfor
|
||||
- http-server-close
|
||||
defaultserver:
|
||||
slowstart: 60s
|
||||
maxconn: 256
|
||||
maxqueue: 128
|
||||
weight: 100
|
||||
servers:
|
||||
web1:
|
||||
host: web1.example.com
|
||||
|
|
Loading…
Reference in a new issue