diff options
| author | Pavel Pautov <p.pautov@f5.com> | 2020-08-28 14:10:54 -0700 |
|---|---|---|
| committer | Pavel Pautov <p.pautov@f5.com> | 2020-08-28 14:10:54 -0700 |
| commit | c85d6fec217d1b17291779542de20ad77ae68661 (patch) | |
| tree | 685ede9d175205b03544c8f83311052619b6e009 /auto/modules | |
| parent | 3bbeb1b8de857409c3dc9da45eb963d13b126537 (diff) | |
| download | nginx-c85d6fec217d1b17291779542de20ad77ae68661.tar.gz nginx-c85d6fec217d1b17291779542de20ad77ae68661.tar.bz2 | |
Stream: set module.
Adds 'set' directive to the stream server context.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index d78e2823a..f1c63f3d5 100644 --- a/auto/modules +++ b/auto/modules @@ -1119,6 +1119,16 @@ if [ $STREAM != NO ]; then . auto/module fi + if [ $STREAM_SET = YES ]; then + ngx_module_name=ngx_stream_set_module + ngx_module_deps= + ngx_module_srcs=src/stream/ngx_stream_set_module.c + ngx_module_libs= + ngx_module_link=$STREAM_SET + + . auto/module + fi + if [ $STREAM_UPSTREAM_HASH = YES ]; then ngx_module_name=ngx_stream_upstream_hash_module ngx_module_deps= |
