diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-26 16:39:38 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-09-26 16:39:38 +0000 |
commit | 8a1a54b0d6bca397f77503fc178838847d55f9dc (patch) | |
tree | bac2d54070980082378abba5689f9330cc1c1c36 | |
parent | 927643e3e9f8162004cc004e70796c95790ce3f6 (diff) | |
download | nginx-8a1a54b0d6bca397f77503fc178838847d55f9dc.tar.gz nginx-8a1a54b0d6bca397f77503fc178838847d55f9dc.zip |
Configure: help updated to list upstream keepalive and least_conn.
Patch by Joshua Zhu.
-rw-r--r-- | auto/options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 191d6c807..a75bead54 100644 --- a/auto/options +++ b/auto/options @@ -388,6 +388,10 @@ cat << END --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 |