From cf31347ee84fdaa02f768e641d1a2f1352b6a56a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 14 Apr 2015 19:01:25 +0300 Subject: Upstream: the "zone" directive. Upstreams with the "zone" directive are kept in shared memory, with a consistent view of all worker processes. --- auto/sources | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/sources') 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" -- cgit