summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2016-05-18 22:08:49 +0300
committerRoman Arutyunyan <arut@nginx.com>2016-05-18 22:08:49 +0300
commita7c6f8c1d7cb817bf84b639ee0933f9ffed05275 (patch)
treec440376b56426650d471a78768ef7212a10000e6 /auto/modules
parent9721eae1f1110820e2ded7989cf487bd7405ead3 (diff)
downloadnginx-a7c6f8c1d7cb817bf84b639ee0933f9ffed05275.tar.gz
nginx-a7c6f8c1d7cb817bf84b639ee0933f9ffed05275.tar.bz2
Stream: return module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 83e36e7d5..610851977 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1028,6 +1028,14 @@ if [ $STREAM != NO ]; then
. auto/module
fi
+ if [ $STREAM_RETURN = YES ]; then
+ ngx_module_name=ngx_stream_return_module
+ ngx_module_deps=
+ ngx_module_srcs=src/stream/ngx_stream_return_module.c
+
+ . auto/module
+ fi
+
if [ $STREAM_UPSTREAM_HASH = YES ]; then
ngx_module_name=ngx_stream_upstream_hash_module
ngx_module_deps=