fix host-ssh timeout
This commit is contained in:
parent
69d293eb11
commit
6178d31613
1 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,8 @@ defaults
|
|||
|
||||
frontend ssh
|
||||
mode tcp
|
||||
timeout client 0
|
||||
|
||||
bind {{ ipv4 }}:22
|
||||
|
||||
default_backend host-ssh
|
||||
|
@ -30,10 +32,9 @@ frontend http
|
|||
default_backend host-http
|
||||
|
||||
backend host-ssh
|
||||
timeout connect 0
|
||||
mode tcp
|
||||
timeout server 0
|
||||
|
||||
mode tcp
|
||||
server localhost 127.0.0.1
|
||||
|
||||
backend host-http
|
||||
|
|
Loading…
Reference in a new issue