diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 16:46:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 16:46:16 +0000 |
| commit | bf3aaac7ac691d142201daaf7fa687d4760bbf22 (patch) | |
| tree | b8708eb68217a48d66762506c6d78c0b66227ec3 /src/http/ngx_http_upstream.h | |
| parent | 63ba5a61b59142048400b0a5e434abb7c7b98e2a (diff) | |
| download | nginx-bf3aaac7ac691d142201daaf7fa687d4760bbf22.tar.gz nginx-bf3aaac7ac691d142201daaf7fa687d4760bbf22.tar.bz2 | |
rewritten upstream
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 185964e2c..aa5cc3518 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -94,6 +94,7 @@ struct ngx_http_upstream_srv_conf_s { ngx_str_t file_name; ngx_uint_t line; in_port_t port; + in_port_t default_port; }; |
