]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] config: support loading multiple configuration files
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jun 2009 14:02:30 +0000 (16:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Jun 2009 06:17:17 +0000 (08:17 +0200)
commit5d01a63b7862235fdd3119cb29d5a0cfd04edb91
treefbe2571691d4a0d458e9270de66c53f9cd0457ae
parent915e1ebe63b2137fa1634ebc9553f5b73ae2fd75
[MEDIUM] config: support loading multiple configuration files

We now support up to 10 distinct configuration files. They are
all loaded in the order defined by -f <file1> -f <file2> ...

This can be useful in order to store global, private, public,
etc... configurations in distinct files.
include/common/defaults.h
src/haproxy.c