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:
Debian
2026-06-03 10:27:05 +02:00
parent 08119f8ccf
commit c83bb7b137
2 changed files with 1 additions and 3 deletions

View File

@@ -1 +1 @@
1.2.75 1.2.76

View File

@@ -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