commit | 685fd087530505754c4e09d21331742882648263 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 11:52:37 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 11:52:37 2007 +0000 |
tree | 262145a3706b02040befcc56a8f536db301ed1f0 | |
parent | 13f5ff9d7efce9dd9ffa4e22d6f56089a6a491f0 [diff] |
set r->headers_out.location for non-local redirects
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 0c36925..4502c17 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c
@@ -2609,6 +2609,10 @@ return rc; } + if (ho->value.data[0] != '/') { + r->headers_out.location = ho; + } + /* * we do not set r->headers_out.location here to avoid the handling * the local redirects without a host name by ngx_http_header_filter()