[nginx] svn commit: r4866 - trunk/auto

mdounin at mdounin.ru mdounin at mdounin.ru
Wed Sep 26 16:39:39 UTC 2012


Author: mdounin
Date: 2012-09-26 16:39:38 +0000 (Wed, 26 Sep 2012)
New Revision: 4866
URL: http://trac.nginx.org/nginx/changeset/4866/nginx

Log:
Configure: help updated to list upstream keepalive and least_conn.

Patch by Joshua Zhu.


Modified:
   trunk/auto/options

Modified: trunk/auto/options
===================================================================
--- trunk/auto/options	2012-09-26 16:25:12 UTC (rev 4865)
+++ trunk/auto/options	2012-09-26 16:39:38 UTC (rev 4866)
@@ -388,6 +388,10 @@
   --without-http_browser_module      disable ngx_http_browser_module
   --without-http_upstream_ip_hash_module
                                      disable ngx_http_upstream_ip_hash_module
+  --without-http_upstream_least_conn_module
+                                     disable ngx_http_upstream_least_conn_module
+  --without-http_upstream_keepalive_module
+                                     disable ngx_http_upstream_keepalive_module
 
   --with-http_perl_module            enable ngx_http_perl_module
   --with-perl_modules_path=PATH      set Perl modules path



More information about the nginx-devel mailing list