Re: How to make proxy revalidate resource at origin

2013-09-27 Thread itpp2012
Maybe via Lua? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243204,243211#msg-243211 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to make proxy revalidate resource at origin

2013-09-27 Thread Thijs Koerselman
Aha, I'm hoping that will include If-None-Match, since I'm using etags instead of last modified dates. Is there maybe a 3rd party module that supports this already? On Fri, Sep 27, 2013 at 5:14 PM, Andrew Alexeev wrote: > On Sep 27, 2013, at 7:09 PM, Thijs Koerselman > wrote: > > > Hi, > > >

Re: How to make proxy revalidate resource at origin

2013-09-27 Thread Andrew Alexeev
On Sep 27, 2013, at 7:09 PM, Thijs Koerselman wrote: > Hi, > > I posted this on stackoverflow already but I thought I might have more luck > here :) > > http://stackoverflow.com/questions/19023777/how-to-make-proxy-revalidate-resource-from-origin > > In short, I can't find a way to make nginx

How to make proxy revalidate resource at origin

2013-09-27 Thread Thijs Koerselman
Hi, I posted this on stackoverflow already but I thought I might have more luck here :) http://stackoverflow.com/questions/19023777/how-to-make-proxy-revalidate-resource-from-origin In short, I can't find a way to make nginx revalidate a cached resource with the origin. Whenever nginx is in fron