Re: Nginx/iptables passing ipclient ip

2013-11-30 Thread Marc Aymerich
On Fri, Nov 29, 2013 at 11:44 PM, Todd@VRG wrote: > Hi, > > I have nginx reverse proxy setup on a ubuntu server to pass to webservers... > > > Setup.. > > Ubuntu-nginx > eth1 = external_ ip > eth0 = internal_ ip > > Webserver 1 ip XX1 > webserver 2 ip XX2 > > nginx is forwarding traffic to webserv

Re: Honoring ETag of cached content

2013-11-02 Thread Marc Aymerich
On Sat, Nov 2, 2013 at 1:10 PM, Maxim Dounin wrote: > Hello! > > On Sat, Nov 02, 2013 at 02:55:09AM +0100, Marc Aymerich wrote: > > > On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin > wrote: > > > > > Hello! > > > > > > On Fri,

Re: Honoring ETag of cached content

2013-11-01 Thread Marc Aymerich
On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin wrote: > Hello! > > On Fri, Nov 01, 2013 at 10:29:06PM +0100, Marc Aymerich wrote: > > > Hi, > > I'm using nginx proxy pass to cache content of our dynamic web > application. > > > > In order to sav

Honoring ETag of cached content

2013-11-01 Thread Marc Aymerich
Hi, I'm using nginx proxy pass to cache content of our dynamic web application. In order to save some bandwidth our client application uses conditional requests based on ETag. However nginx ignores the ETag of cached pages :( What would be required if I want to honor the ETag of cached pages? Is