diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
| commit | 04b9434b1817def37eb55cd7f4360d1164678797 (patch) | |
| tree | c0b609612ea98be3291822b4685d5cda6f4ea8d7 /auto/modules | |
| parent | afa771140bcf677505adcc6517008a9f9108c878 (diff) | |
| download | nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.gz nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.bz2 | |
Stream: filters.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules index 433767a62..603c3a0b3 100644 --- a/auto/modules +++ b/auto/modules @@ -973,7 +973,8 @@ if [ $STREAM != NO ]; then ngx_stream_core_module \ ngx_stream_log_module \ ngx_stream_proxy_module \ - ngx_stream_upstream_module" + ngx_stream_upstream_module \ + ngx_stream_write_filter_module" ngx_module_incs="src/stream" ngx_module_deps="src/stream/ngx_stream.h \ src/stream/ngx_stream_variables.h \ @@ -988,7 +989,8 @@ if [ $STREAM != NO ]; then 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" + src/stream/ngx_stream_upstream_round_robin.c \ + src/stream/ngx_stream_write_filter_module.c" . auto/module |
