You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
331 B
15 lines
331 B
# 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
|
|
|
|
|