26 lines
527 B
Text
26 lines
527 B
Text
global
|
|
log stdout format raw local0 info
|
|
maxconn 2000
|
|
tune.ssl.default-dh-param 2048
|
|
|
|
defaults
|
|
log global
|
|
|
|
timeout connect 3s
|
|
timeout client 10s
|
|
timeout server 10m
|
|
|
|
|
|
frontend tcp_in_31339_1
|
|
bind *:31339
|
|
mode tcp
|
|
option tcplog
|
|
log global
|
|
default_backend srv_agent_quantum_local_31339_1
|
|
|
|
backend srv_agent_quantum_local_31339_1
|
|
balance roundrobin
|
|
mode tcp
|
|
option tcp-check
|
|
tcp-check connect ssl
|
|
server srv test_agent:9001 check weight 1 verify none
|