The directive order of respond is higher than reverse_proxy, regardless of the matcher, so it’ll be executed first.
You need to use the handle directive to make mutually exclusive execution paths.
Also, I recommend reading this.
The directive order of respond is higher than reverse_proxy, regardless of the matcher, so it’ll be executed first.
You need to use the handle directive to make mutually exclusive execution paths.
Also, I recommend reading this.