Não redireciona nada. Ele especifica como redirecionamentos externos , ou seja, locais como http://example.com/app.php/some-path
devem ser manipulados; enquanto configurados, eles devem retornar 404
, permitindo apenas redirecionamentos internos. As condições tratadas como redirecionamentos internos estão listadas na documentação da internal
directive :
Specifies that a given location can only be used for internal requests. For external requests, the client error 404 (Not Found) is returned. Internal requests are the following:
- requests redirected by the
error_page
,index
,random_index
, andtry_files
directives;- requests redirected by the
X-Accel-Redirect
response header field from an upstream server;- subrequests formed by the
include virtual
command of the ngx_http_ssi_module module and by the ngx_http_addition_module module directives;- requests changed by the
rewrite
directive.