: TCP connection limit on dynamic backend
Hi,
On Tue, Mar 26, 2019 at 09:13:44AM +, R, Rajkumar (Raj) wrote:
> Hi,
>
> Using nginx in TCP/Stream mode and would like to limit the number of active
> connection to my backend server whereas the backend is resolved dynamically
> bas
Hi,
On Tue, Mar 26, 2019 at 09:13:44AM +, R, Rajkumar (Raj) wrote:
> Hi,
>
> Using nginx in TCP/Stream mode and would like to limit the number of active
> connection to my backend server whereas the backend is resolved dynamically
> based on the SNI header ($ssl_preread_server_name). But t
Hi,
Using nginx in TCP/Stream mode and would like to limit the number of active
connection to my backend server whereas the backend is resolved dynamically
based on the SNI header ($ssl_preread_server_name). But this does not allow
any connections to the backend with below config. I see examp