You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It builds ngx_http_dynamic_upstream_module with ngx_module_type=HTTP, but it actually provides support even for the stream context and hence links the stream module. That’s quite unexpected.
It builds
ngx_http_dynamic_upstream_module
withngx_module_type=HTTP
, but it actually provides support even for the stream context and hence links the stream module. That’s quite unexpected.Can you please split the module into http and stream variants? You can take inspiration from https://github.com/kjdev/nginx-keyval or https://github.com/leev/ngx_http_geoip2_module.
The text was updated successfully, but these errors were encountered: