Re: Nginx as Reverse Proxy Cache of fcgi django app in separate server

2013-04-27 Thread Francis Daly
On Fri, Apr 26, 2013 at 12:40:06PM -0600, Alvaro Mantilla Gimenez wrote: Hi there, >I've been looking on Internet about this but seems all the examples > available are for a proxy conf or fcgi conf. Not both. In nginx, each request in handled in one location block. Only the configuration app

Nginx as Reverse Proxy Cache of fcgi django app in separate server

2013-04-26 Thread Alvaro Mantilla Gimenez
Hi, I've been looking on Internet about this but seems all the examples available are for a proxy conf or fcgi conf. Not both. This is my scenario: I have three servers. The first one run only nginx (and it should be the entry point for my websites) and the other two servers run django apps