Stream: return module.

This commit is contained in:
Roman Arutyunyan
2016-05-18 22:08:49 +03:00
parent 9721eae1f1
commit a7c6f8c1d7
3 changed files with 218 additions and 0 deletions

View File

@@ -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=