ngx_http_dyups_module
ngx_http_dyups_module copied to clipboard
[TODO] stream support
More of a 'feature request', but does this module already supports upstream streams (for TCP only)? Or you know of any existing forks that have this?
Not support stream upstream, no time to do that.
welcome pull request. : )
If we want to support stream module, we should implement a new module for dynamic stream upstream, like ngx_stream_dyups_module.
Current dyups module is based on http upstream module.
For nginx.conf, it can only work under http {}
block.
Yeah I agree. I wish I still remembered C otherwise I'd provide a patch :/
Just wondering if there is any update on this?