updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-07-09 08:31:57 +02:00
parent d229e8c728
commit 5013ea0952

View File

@ -146,7 +146,7 @@ cache static
frontend fe_http from {{ haproxy.config.namespace }}
bind *:{{ haproxy.config.http_port }},:::{{ haproxy.config.http_port }} v4v6 name http
mode http
unique-id "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid"
unique-id-format "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid"
{% for name, service in haproxy.config.spoe.items() %}
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
{%- endfor %}
@ -194,7 +194,7 @@ frontend fe_https from {{ haproxy.config.namespace }}
mode http
option httplog
option http-buffer-request
unique-id "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid"
unique-id-format "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid"
{% for name, service in haproxy.config.spoe.items() %}
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
{%- endfor %}