Re: understanding nginx proxy magic

2014-11-25 Thread Valentin V. Bartenev
On Monday 24 November 2014 17:49:12 Johan Martinez wrote: > I installed nginx as a reverse proxy in front of apache server. No > configuration change was made on apache and nginx is simply passing all > requests to the backend apache. Now website is more responsive and it can > handle 1.3 times mor

Re: understanding nginx proxy magic

2014-11-25 Thread Francis Daly
On Mon, Nov 24, 2014 at 05:49:12PM -0800, Johan Martinez wrote: Hi there, > I installed nginx as a reverse proxy in front of apache server. No > configuration change was made on apache and nginx is simply passing all > requests to the backend apache. Now website is more responsive and it can > ha

understanding nginx proxy magic

2014-11-24 Thread Johan Martinez
I installed nginx as a reverse proxy in front of apache server. No configuration change was made on apache and nginx is simply passing all requests to the backend apache. Now website is more responsive and it can handle 1.3 times more load than just apache in picture. I am wondering what's nginx ma