summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2016-09-01 14:45:33 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2016-09-01 14:45:33 +0300
commitfe2774a9d689fa1bf201dd0e89449e3d9e4ad926 (patch)
treea3f16f55464cb8b7523d9d1895feb85073f03dec /auto/modules
parenta613df5b3f470369e7ce7ebe34e82056b6fc0919 (diff)
downloadnginx-fe2774a9d689fa1bf201dd0e89449e3d9e4ad926.tar.gz
nginx-fe2774a9d689fa1bf201dd0e89449e3d9e4ad926.tar.bz2
Stream: realip module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules10
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 255dc069c..433767a62 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1007,6 +1007,16 @@ if [ $STREAM != NO ]; then
. auto/module
fi
+ if [ $STREAM_REALIP = YES ]; then
+ ngx_module_name=ngx_stream_realip_module
+ ngx_module_deps=
+ ngx_module_srcs=src/stream/ngx_stream_realip_module.c
+ ngx_module_libs=
+ ngx_module_link=$STREAM_REALIP
+
+ . auto/module
+ fi
+
if [ $STREAM_LIMIT_CONN = YES ]; then
ngx_module_name=ngx_stream_limit_conn_module
ngx_module_deps=