fix(haproxy): option tcplog + no option forwardfor entfernt — v1.2.76
HAProxy 3.x kennt weder 'option tcplog' in Backends noch 'no option forwardfor' als Negation — beides ALERT-Fehler die HAProxy am Start hindern. SPOE-Backend benötigt weder forwardfor noch tcplog. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -209,8 +209,6 @@ 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 1s
|
timeout server 1s
|
||||||
server spoe-waf-1 127.0.0.1:9000
|
server spoe-waf-1 127.0.0.1:9000
|
||||||
|
|||||||
Reference in New Issue
Block a user