fix(waf): no option forwardfor + timeout server 1s für SPOE-Backend — v1.2.74
SPOE-Backend ist TCP-Mode — forwardfor aus defaults-Block gilt nicht, HAProxy wirft Warning. no option forwardfor explizit setzen unterdrückt das. timeout server auf 1s angehoben (konsistent mit processing-Timeout). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -209,8 +209,10 @@ backend rl_{{$d.ID}}
|
|||||||
# SPOE-Backend für edgeguard-waf (TCP, kein HTTP-Parsing).
|
# SPOE-Backend für edgeguard-waf (TCP, kein HTTP-Parsing).
|
||||||
backend spoe-edgeguard-waf
|
backend spoe-edgeguard-waf
|
||||||
mode tcp
|
mode tcp
|
||||||
|
option tcplog
|
||||||
|
no option forwardfor
|
||||||
timeout connect 100ms
|
timeout connect 100ms
|
||||||
timeout server 50ms
|
timeout server 1s
|
||||||
server spoe-waf-1 127.0.0.1:9000
|
server spoe-waf-1 127.0.0.1:9000
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user