comparison auto/sources @ 6103:79ddb0bdb273

Upstream: the "zone" directive. Upstreams with the "zone" directive are kept in shared memory, with a consistent view of all worker processes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 14 Apr 2015 19:01:25 +0300
parents 682d8222c6b1
children 61d7ae76647d
comparison
equal deleted inserted replaced
6102:3264b7828f72 6103:79ddb0bdb273
511 HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module 511 HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module
512 HTTP_UPSTREAM_KEEPALIVE_SRCS=" \ 512 HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
513 src/http/modules/ngx_http_upstream_keepalive_module.c" 513 src/http/modules/ngx_http_upstream_keepalive_module.c"
514 514
515 515
516 HTTP_UPSTREAM_ZONE_MODULE=ngx_http_upstream_zone_module
517 HTTP_UPSTREAM_ZONE_SRCS=" \
518 src/http/modules/ngx_http_upstream_zone_module.c"
519
520
516 MAIL_INCS="src/mail" 521 MAIL_INCS="src/mail"
517 522
518 MAIL_DEPS="src/mail/ngx_mail.h" 523 MAIL_DEPS="src/mail/ngx_mail.h"
519 524
520 MAIL_MODULES="ngx_mail_module ngx_mail_core_module" 525 MAIL_MODULES="ngx_mail_module ngx_mail_core_module"