On 16/10/2014 22:22 +0400, Maxim Dounin wrote:
> If a location with "internal" keyword is selected for an external
> request, the 404 error is generated. The error is handled as
> usual, and it's subject to error_page processing if one is
> configured.
>
> The documentation is here:
>
> http:/
Hi, today I've noticed a strange thing regarding "internal" and
"error_page" directives.
I have a config similar to this:
location ~ {
internal;
proxy_pass ;
error_page 404 = /other_location$uri;
}
What I'm surprised about is that if an external request comes to this
location, we go the /