diff auto/sources @ 4127:b2e21a39307c

Upstream keepalive module.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Sep 2011 19:28:18 +0000
parents 6492c79e943a
children 91874133fb27
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -475,6 +475,11 @@ HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_up
 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
 
 
+HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module
+HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
+    src/http/modules/ngx_http_upstream_keepalive_module.c"
+
+
 MAIL_INCS="src/mail"
 
 MAIL_DEPS="src/mail/ngx_mail.h"