<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I'm currently working on nginx limits as a reverse proxy on a Debian
    box.<br>
    My current setup is a nginx configured as a http/https web server
    (for static content) and a reverse proxy for node.js processes on
    the same server and in future on other Debian boxes.<br>
    I was unable to see (while reading the documentation) real hard
    limitations for nginx in this setup excepting ephemeral ports
    exhaustion.<br>
    It may be a concern as Node.js applications usually open a websocket
    that is connected as long as a user stays connected to the
    application.<br>
    If I understood everything correctly it means that nginx in this
    setup will not be able to manage more than about 64k clients
    connections.<br>
    Am I right ? What can be done if I would like to go over this 64k
    limit ? Could you please suggest a solution ?<br>
    <br>
    <pre class="moz-signature" cols="72">-- 

Best regards,
Artur.</pre>
  </body>
</html>