Re: invalidate a certain key in my cache

2014-10-31 Thread Ruslan Ermilov
@nginx.org > > Subject: Re: invalidate a certain key in my cache > > > > You'll want to use http://labs.frickle.com/nginx_ngx_cache_purge/ > > > > On 10/31/2014 03:43 AM, Roland RoLaNd wrote: > >> I have nginx setup as a caching proxy, which caches redirect respon

RE: invalidate a certain key in my cache

2014-10-31 Thread Roland RoLaNd
thank you, that's exactly what i want > Date: Fri, 31 Oct 2014 03:44:08 -0700 > From: rpapro...@fearnothingproductions.net > To: nginx@nginx.org > Subject: Re: invalidate a certain key in my cache > > You'll want to

Re: invalidate a certain key in my cache

2014-10-31 Thread Robert Paprocki
You'll want to use http://labs.frickle.com/nginx_ngx_cache_purge/ On 10/31/2014 03:43 AM, Roland RoLaNd wrote: > I have nginx setup as a caching proxy, which caches redirect responses from > backend servers. > > I want a way to invalidate a certain redirect/key from my cache. > > i usually go i

invalidate a certain key in my cache

2014-10-31 Thread Roland RoLaNd
I have nginx setup as a caching proxy, which caches redirect responses from backend servers. I want a way to invalidate a certain redirect/key from my cache. i usually go into my caching dir and grep/remove it. though i would like to do it dynamically by issuing a specific request to nginx.. i