diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 16:46:13 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 16:46:13 +0000 |
| commit | 3d2fd18a3935a7f1b68f14aa95990eef8841acad (patch) | |
| tree | 9b0bc5932393105bf4f89f403d042494762b8ea2 /auto/sources | |
| parent | a53f7293c8b8e2dcc3168ce96903afe5c55dd763 (diff) | |
| download | nginx-3d2fd18a3935a7f1b68f14aa95990eef8841acad.tar.gz nginx-3d2fd18a3935a7f1b68f14aa95990eef8841acad.tar.bz2 | |
upstream choice modules
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 1d0f59c75..89b326892 100644 --- a/auto/sources +++ b/auto/sources @@ -270,6 +270,7 @@ HTTP_DEPS="src/http/ngx_http.h \ src/http/ngx_http_variables.h \ src/http/ngx_http_script.h \ src/http/ngx_http_upstream.h \ + src/http/ngx_http_upstream_round_robin.h \ src/http/ngx_http_busy_lock.h" HTTP_SRCS="src/http/ngx_http.c \ @@ -285,6 +286,7 @@ HTTP_SRCS="src/http/ngx_http.c \ src/http/ngx_http_variables.c \ src/http/ngx_http_script.c \ src/http/ngx_http_upstream.c \ + src/http/ngx_http_upstream_round_robin.c \ src/http/ngx_http_parse_time.c \ src/http/modules/ngx_http_static_module.c \ src/http/modules/ngx_http_index_module.c \ @@ -398,6 +400,10 @@ HTTP_FLV_MODULE=ngx_http_flv_module HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c +HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module +HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c + + IMAP_INCS="src/imap" IMAP_DEPS="src/imap/ngx_imap.h" |
