commit | 96dd8af8e6e1f5525cce3dcb33c040a73e67f2c6 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 13:34:13 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 13:34:13 2007 +0000 |
tree | 7cfd92bc5c8894795bdb19a9ddf183538000e067 | |
parent | 9683528550836a35cb24c61bf3fd99175bcbd82f [diff] [blame] |
proxy_pass variables support
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index e3988ff..e634183 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -2649,7 +2649,7 @@ #endif p = ngx_snprintf(buf, len, ", upstream: \"%V%V%s%V\"", - &u->conf->schema, u->peer.name, + &u->schema, u->peer.name, uri_separator, &u->uri); len -= p - buf; buf = p;