disable host-ssh timeout

This commit is contained in:
LinuxSquare 2024-03-09 18:34:06 +01:00
parent 5ec693114f
commit 61dc8203ac

View file

@ -21,18 +21,20 @@ frontend ssh
mode tcp
bind {{ ipv4 }}:22
default_backend ssh
default_backend host-ssh
frontend http
mode tcp
bind {{ ipv4 }}:80
default_backend http
default_backend host-http
backend host-ssh
timeout server 0
backend ssh
mode tcp
server localhost 127.0.0.1
backend http
backend host-http
mode tcp
server localhost 127.0.0.1