blob: 1771715e89a7c4ec17547480439f3715af2be96c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This is the smallest possible configuration. It does not
# bind to any port, and is enough to check the polling
# system in use without disturbing any running process.
#
# To be used that way: haproxy -V -f test-pollers.cfg
global
#nosepoll
#noepoll
#nopoll
# fake backend to pass the config checks
backend dummy
balance
|