ngx_dynamic_upstream icon indicating copy to clipboard operation
ngx_dynamic_upstream copied to clipboard

Dynamic upstream for nginx

Results 14 ngx_dynamic_upstream issues
Sort by recently updated
recently updated
newest added

Don't know if the module is suitable for latest nginx version but have compiled it for `nginx-1.25.3` Loaded module as well and tried to configure upstream and zone: ``` upstream...

I configured nginx with below command and did make, make install > ./configure --add-module=spnego-http-auth-nginx-module --with-http_auth_request_module --with-http_ssl_module --add-dynamic-module=ngx_dynamic_upstream --prefix=/u/dhamodha/nginx When I try to use nginx, I get the warning ''' nginx:...

Hi, I use curl to set a server down state, the down state is to continue? If I do not manually set it up!

can it be found or be installed in openresty???

First of all, `ngx_dynamic_upstream `is really an awesome module! During my test with `ngx_dynamic_upstream `I just found it doesn't check the validity of an IP address when I add a...

Hi Thanks for creating the awesome module. It's helped me so much for graceful restart backend instance behind nginx. I think it's become greater if it's supported parse result response...

Yes, thank you for this awesome module !!

i want to copy existing upstream. like "http://127.0.0.1:6000/dynamic?upstream=zone_for_backends&copy=&new_upstream_name=zone_for_backends_copy" then i can use zone_for_backends_copy to proxy_pass... can we support???