mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
Removed the insecure-fork-wanted runtime check from the OTel filter parser and all related mentions from documentation and test configuration. The OpenTelemetry C wrapper library can now explicitly start all necessary OTel threads immediately after configuration parsing, so it is no longer affected by the HAProxy thread/process creation restriction and the insecure-fork-wanted option is no longer needed.
19 lines
328 B
INI
19 lines
328 B
INI
global
|
|
# nbthread 1
|
|
maxconn 5000
|
|
hard-stop-after 10s
|
|
# log localhost:514 local7 debug
|
|
# debug
|
|
|
|
defaults
|
|
# log global
|
|
# option httplog
|
|
# option dontlognull
|
|
# option httpclose
|
|
mode http
|
|
retries 3
|
|
maxconn 4000
|
|
timeout connect 5000
|
|
timeout client 50000
|
|
timeout server 50000
|