diff --git a/VERSION b/VERSION index 03fcdbc..a366a08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.73 +1.2.74 diff --git a/internal/haproxy/haproxy.cfg.tpl b/internal/haproxy/haproxy.cfg.tpl index 7ff1599..defcf9f 100644 --- a/internal/haproxy/haproxy.cfg.tpl +++ b/internal/haproxy/haproxy.cfg.tpl @@ -209,8 +209,10 @@ backend rl_{{$d.ID}} # SPOE-Backend für edgeguard-waf (TCP, kein HTTP-Parsing). backend spoe-edgeguard-waf mode tcp + option tcplog + no option forwardfor timeout connect 100ms - timeout server 50ms + timeout server 1s server spoe-waf-1 127.0.0.1:9000 {{- end}}