summaryrefslogtreecommitdiffstats
path: root/scripts/ci/haproxy.conf
blob: e451aed77573bb02b86b389b2312123be81507ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
global
    maxconn 100

defaults
    timeout connect 10s
    timeout client 30s
    timeout server 30s

frontend example.org
    bind 127.0.0.1:2084
    default_backend radsec

backend radsec
    balance roundrobin
    server localhost-radssec 127.0.0.1:2083 send-proxy