This commit is contained in:
parent
5013ea0952
commit
702b021786
@ -146,7 +146,7 @@ cache static
|
|||||||
frontend fe_http from {{ haproxy.config.namespace }}
|
frontend fe_http from {{ haproxy.config.namespace }}
|
||||||
bind *:{{ haproxy.config.http_port }},:::{{ haproxy.config.http_port }} v4v6 name http
|
bind *:{{ haproxy.config.http_port }},:::{{ haproxy.config.http_port }} v4v6 name http
|
||||||
mode http
|
mode http
|
||||||
unique-id-format "%{+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() %}
|
{% for name, service in haproxy.config.spoe.items() %}
|
||||||
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
|
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
@ -194,7 +194,7 @@ frontend fe_https from {{ haproxy.config.namespace }}
|
|||||||
mode http
|
mode http
|
||||||
option httplog
|
option httplog
|
||||||
option http-buffer-request
|
option http-buffer-request
|
||||||
unique-id-format "%{+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() %}
|
{% for name, service in haproxy.config.spoe.items() %}
|
||||||
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
|
filter spoe engine {{ name }} config {{ haproxy.config.dir }}/spoe.cfg
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user