commit | 5436afc9488531a5e2adff3a1a766af375e0922c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 16 12:17:36 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 16 16:27:03 2014 +0200 |
tree | 8517707bb67d0352765e4615842417d4002196d8 | |
parent | b53934eec71ab34eb3762a89cec326360a5b0bc5 [diff] |
MEDIUM: config: properly propagate process binding between proxies We now recursively propagate the bind-process values between frontends and backends instead of doing it during name resolving. This ensures that we're able to properly propagate all the bind-process directives even across "listen" instances, which are not perfectly covered at the moment, depending on the declaration order. (cherry picked from commit 64ab6077b768ee02b04a36b30ee195639a2fabc1)