blob: 1771715e89a7c4ec17547480439f3715af2be96c [file] [log] [blame]
Willy Tarreau8b2f55a2008-02-16 20:02:48 +01001# This is the smallest possible configuration. It does not
2# bind to any port, and is enough to check the polling
3# system in use without disturbing any running process.
4#
5# To be used that way: haproxy -V -f test-pollers.cfg
6
7global
8 #nosepoll
9 #noepoll
10 #nopoll
11
12# fake backend to pass the config checks
13backend dummy
14 balance
15