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, Nov 01, 2013 at 10:29:06PM +0100, Marc Aymerich wrote:
> > >
> > > > H
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, 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
> >
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 save some bandwidth our client application uses conditio
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 save some bandwidth our client application uses conditional
> requests based on ETag. However nginx ignores the ETag of cached
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