summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2016-09-05 17:50:16 +0300
committerVladimir Homutov <vl@nginx.com>2016-09-05 17:50:16 +0300
commit68a7b9b5a302cf6c93fb7a8aec64c09b98150146 (patch)
tree432aad2af88726613410727d92b07505f3cbf3c4 /auto/modules
parent443b52db591d876a0e10b9ac3406174eb7fdbce1 (diff)
downloadnginx-68a7b9b5a302cf6c93fb7a8aec64c09b98150146.tar.gz
nginx-68a7b9b5a302cf6c93fb7a8aec64c09b98150146.tar.bz2
Stream: log module.
Diffstat (limited to '')
-rw-r--r--auto/modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 614037cb1..255dc069c 100644
--- a/auto/modules
+++ b/auto/modules
@@ -971,6 +971,7 @@ if [ $STREAM != NO ]; then
ngx_module_name="ngx_stream_module \
ngx_stream_core_module \
+ ngx_stream_log_module \
ngx_stream_proxy_module \
ngx_stream_upstream_module"
ngx_module_incs="src/stream"
@@ -984,6 +985,7 @@ if [ $STREAM != NO ]; then
src/stream/ngx_stream_script.c \
src/stream/ngx_stream_handler.c \
src/stream/ngx_stream_core_module.c \
+ src/stream/ngx_stream_log_module.c \
src/stream/ngx_stream_proxy_module.c \
src/stream/ngx_stream_upstream.c \
src/stream/ngx_stream_upstream_round_robin.c"