fix host-ssh timeout

This commit is contained in:
LinuxSquare 2024-03-09 21:03:28 +01:00
parent 69d293eb11
commit 6178d31613

View file

@ -19,6 +19,8 @@ defaults
frontend ssh frontend ssh
mode tcp mode tcp
timeout client 0
bind {{ ipv4 }}:22 bind {{ ipv4 }}:22
default_backend host-ssh default_backend host-ssh
@ -30,10 +32,9 @@ frontend http
default_backend host-http default_backend host-http
backend host-ssh backend host-ssh
timeout connect 0 mode tcp
timeout server 0 timeout server 0
mode tcp
server localhost 127.0.0.1 server localhost 127.0.0.1
backend host-http backend host-http