states that subrequests are completely different from HTTP 301/302 redirection and internal redirection.

This commit is contained in:
agentzh (章亦春) 2010-11-22 11:43:26 +08:00
Родитель d88aa2b076
Коммит a7b79f070b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -329,6 +329,8 @@ interface but there's *no*
extra HTTP/TCP traffic `nor` IPC involved. Everything
works internally, efficiently, on the C level.
Subrequests are completely different from HTTP 301/302 redirection and internal redirection (via `ngx.exec()`).
Here's a basic example:
res = ngx.location.capture(uri)