Re: Nginx as reverse proxy scalability

2016-05-10 Thread Maxim Dounin
Hello! On Tue, May 10, 2016 at 05:37:55PM +0200, Artur wrote: > Thanks for your answer. > > Le 10/05/2016 à 17:04, Maxim Dounin a écrit : > > As long as you are using TCP/IP and have only one backend (ip + > > port), and only one local address on nginx side, then you are > > limited by the num

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Artur
Le 10/05/2016 à 17:46, Maxim Konovalov a écrit : > The blog post I sent has nothing -plus specific in this area. That's perfect. Thank you all. -- Best regards, Artur. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ng

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Maxim Konovalov
On 5/10/16 6:37 PM, Artur wrote: [...] >> - add more local addresses on nginx side and use proxy_bind to >> balance users between these addresses. > Yes, I've seen this, however I didn't catch how to dynamically > assign a value to proxy_bind from a pool of IP addresses in nginx > (not Nginx Plu

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Valentin V. Bartenev
On Tuesday 10 May 2016 17:37:55 Artur wrote: > Thanks for your answer. > > Le 10/05/2016 à 17:04, Maxim Dounin a écrit : > > As long as you are using TCP/IP and have only one backend (ip + > > port), and only one local address on nginx side, then you are > > limited by the number of local ports

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Artur
Thanks for your answer. Le 10/05/2016 à 17:04, Maxim Dounin a écrit : > As long as you are using TCP/IP and have only one backend (ip + > port), and only one local address on nginx side, then you are > limited by the number of local ports nginx can use. I currently have nginx running on the same

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Maxim Konovalov
On 5/10/16 6:04 PM, Maxim Dounin wrote: > Hello! > > On Tue, May 10, 2016 at 12:26:59PM +0200, Artur wrote: > >> I'm currently working on nginx limits as a reverse proxy on a Debian box. >> My current setup is a nginx configured as a http/https web server (for >> static content) and a reverse pro

Re: Nginx as reverse proxy scalability

2016-05-10 Thread Maxim Dounin
Hello! On Tue, May 10, 2016 at 12:26:59PM +0200, Artur wrote: > I'm currently working on nginx limits as a reverse proxy on a Debian box. > 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 i

Nginx as reverse proxy scalability

2016-05-10 Thread Artur
Hello, I'm currently working on nginx limits as a reverse proxy on a Debian box. 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. I was unable to see (while readi