summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2015-06-04 13:04:12 +0300
committerVladimir Homutov <vl@nginx.com>2015-06-04 13:04:12 +0300
commit8ab1aa612d06ac4476b1cfacc778ba0b71ee99aa (patch)
tree65d0e268b9e6c5979bcb473d4a846120efd3970d /auto/options
parentd56b84b7834c250ac2f7506517fe076b919841c0 (diff)
downloadnginx-8ab1aa612d06ac4476b1cfacc778ba0b71ee99aa.tar.gz
nginx-8ab1aa612d06ac4476b1cfacc778ba0b71ee99aa.tar.bz2
Stream: access module.
stream { server { ... allow 127.0.0.1; deny all; } }
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index e3a7edead..6bab052cd 100644
--- a/auto/options
+++ b/auto/options
@@ -113,6 +113,7 @@ MAIL_SMTP=YES
STREAM=NO
STREAM_SSL=NO
+STREAM_ACCESS=YES
STREAM_UPSTREAM_HASH=YES
STREAM_UPSTREAM_LEAST_CONN=YES
STREAM_UPSTREAM_ZONE=YES
@@ -282,6 +283,7 @@ use the \"--with-mail_ssl_module\" option instead"
--with-stream) STREAM=YES ;;
--with-stream_ssl_module) STREAM_SSL=YES ;;
+ --without-stream_access_module) STREAM_ACCESS=NO ;;
--without-stream_upstream_hash_module)
STREAM_UPSTREAM_HASH=NO ;;
--without-stream_upstream_least_conn_module)
@@ -450,6 +452,7 @@ cat << END
--with-stream enable TCP proxy module
--with-stream_ssl_module enable ngx_stream_ssl_module
+ --without-stream_access_module disable ngx_stream_access_module
--without-stream_upstream_hash_module
disable ngx_stream_upstream_hash_module
--without-stream_upstream_least_conn_module