Re: nginx-1.4.0

2013-04-27 Thread Jim Ohlstein
On Apr 27, 2013, at 3:59 PM, "itpp2012" wrote: > Hello Maxim, > > Can you tell us the status with the branches ? > Is 1.3 now the new stable ? (what is then the status of 1.2 ?) > Is 1.4 development ? > > Should all 1.2 users upgrade to 1.3 ? > > http://nginx.org/ Jim Ohlstein__

Re: nginx-1.4.0

2013-04-27 Thread itpp2012
Hello Maxim, Can you tell us the status with the branches ? Is 1.3 now the new stable ? (what is then the status of 1.2 ?) Is 1.4 development ? Should all 1.2 users upgrade to 1.3 ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238606,238681#msg-238681 __

adding header/footer to gzip'ed html files

2013-04-27 Thread Constantine A. Murenin
Hello, I'm trying to see ways in which OpenGrok could be optimised with nginx. One of the ideas I have is using nginx to serve the /xref/ pages, instead of them going through OpenGrok each time. OpenGrok (the indexer) pre-generates the body of the /xref/ pages, and stores the resulting html

Re: Simple forward proxy

2013-04-27 Thread Francis Daly
On Sat, Apr 27, 2013 at 04:19:05AM -0400, asmith wrote: Hi there, > I have nginx 1.3 on my ubuntu 10.04 and there are some websites running by > it. I'd like to setup a forward proxy on a specific port so that I could use > it on my browsers network options. nginx is not a forward proxy. It doe

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

Simple forward proxy

2013-04-27 Thread asmith
Hello, I have nginx 1.3 on my ubuntu 10.04 and there are some websites running by it. I'd like to setup a forward proxy on a specific port so that I could use it on my browsers network options. I've done this so far: server { listen my.vps.ip.address:54321;