summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-04-14 19:01:25 +0300
committerRuslan Ermilov <ru@nginx.com>2015-04-14 19:01:25 +0300
commitcf31347ee84fdaa02f768e641d1a2f1352b6a56a (patch)
tree95fa2e6267ffddd5d3ace7bf8108964e7c68fed8 /auto/sources
parentb0b7b5a356c7dedf4a1867e94d8a36cbb6dc3da1 (diff)
downloadnginx-cf31347ee84fdaa02f768e641d1a2f1352b6a56a.tar.gz
nginx-cf31347ee84fdaa02f768e641d1a2f1352b6a56a.tar.bz2
Upstream: the "zone" directive.
Upstreams with the "zone" directive are kept in shared memory, with a consistent view of all worker processes.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index bcadf6a80..021a767b9 100644
--- a/auto/sources
+++ b/auto/sources
@@ -513,6 +513,11 @@ HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
src/http/modules/ngx_http_upstream_keepalive_module.c"
+HTTP_UPSTREAM_ZONE_MODULE=ngx_http_upstream_zone_module
+HTTP_UPSTREAM_ZONE_SRCS=" \
+ src/http/modules/ngx_http_upstream_zone_module.c"
+
+
MAIL_INCS="src/mail"
MAIL_DEPS="src/mail/ngx_mail.h"