mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 23:14:46 +00:00
d4359fd98b
These are a collection of test files for a variety of features (old or more recent). 2 or 3 files were found lying there non-committed and were moved at the same time. A few deprecated or obsolete keywords were updated to their recent equivalent. Many of these configurations are made to trigger different parsing errors so it is normal that plenty of them fail. Now the tests directory is cleaner and easier to navigate through.
16 lines
331 B
INI
16 lines
331 B
INI
# 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
|
|
|