Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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/sources
parentd56b84b7834c250ac2f7506517fe076b919841c0 (diff)
Stream: access module.
stream { server { ... allow 127.0.0.1; deny all; } }
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 156db56fa..b5bb92ca5 100644
--- a/auto/sources
+++ b/auto/sources
@@ -567,6 +567,9 @@ STREAM_SSL_MODULE="ngx_stream_ssl_module"
STREAM_SSL_DEPS="src/stream/ngx_stream_ssl_module.h"
STREAM_SSL_SRCS="src/stream/ngx_stream_ssl_module.c"
+STREAM_ACCESS_MODULE=ngx_stream_access_module
+STREAM_ACCESS_SRCS=src/stream/ngx_stream_access_module.c
+
STREAM_UPSTREAM_HASH_MODULE=ngx_stream_upstream_hash_module
STREAM_UPSTREAM_HASH_SRCS=src/stream/ngx_stream_upstream_hash_module.c