disable host-ssh timeout, add timeout connect
This commit is contained in:
parent
61dc8203ac
commit
69d293eb11
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ frontend http
|
||||||
default_backend host-http
|
default_backend host-http
|
||||||
|
|
||||||
backend host-ssh
|
backend host-ssh
|
||||||
|
timeout connect 0
|
||||||
timeout server 0
|
timeout server 0
|
||||||
|
|
||||||
mode tcp
|
mode tcp
|
||||||
|
|
Loading…
Reference in a new issue