commit | 64ab6077b768ee02b04a36b30ee195639a2fabc1 | [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 12:17:36 2014 +0200 |
tree | 6328cf841a78ceff6da4011e7fe9c11088fc8710 | |
parent | 8a3478ed31a16904f45178c153f4649faf6de675 [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.