GUI / nginx-upstream-dynamic-servers

An nginx module to resolve domain names inside upstreams and keep them up to date.
MIT License
311 stars 74 forks source link

Does it support keepalive in upstream block? #37

Open pribic opened 1 year ago

pribic commented 1 year ago

If we use keepalive in upstream, it will reuse tcp connections to upstream servers. If we use this module which updates ips, will it honor keepalive and connect reuse as well?