mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 06:52:49 +02:00
There are some configurations in which redirect rules are declared after use_backend rules. We can also find "block" rules after any of these ones. The processing sequence is : - block - redirect - use_backend So as of now we try to detect wrong ordering to warn the user about a possibly undesired behaviour.