commit | 302cedceb0f6647e3c7578f5210c458e9efc90b4 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 23 19:35:12 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 23 19:35:12 2008 +0000 |
tree | 2b4b8ee78a866e543411e9be5e71cbce16344c8f | |
parent | 8eb5ed2e77c871658e5d204865cc5bfd0f457638 [diff] [blame] |
variable support for unix sockets in fastcgi_pass and proxy_pass
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index b6f2161..3c14127 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h
@@ -209,8 +209,13 @@ ngx_str_t host; in_port_t port; ngx_uint_t no_port; /* unsigned no_port:1 */ + ngx_uint_t naddrs; in_addr_t *addrs; + + struct sockaddr *sockaddr; + socklen_t socklen; + ngx_resolver_ctx_t *ctx; } ngx_http_upstream_resolved_t;