Re: Parallel subrequests

2013-12-24 Thread honwel
hi, Maxim It is seem like that ngx_http_subrequest() supports only GET method: sr->method = NGX_HTTP_GET; sr->http_version = r->http_version; ... sr->method_name = ngx_http_core_get_method; In my application currently, NGINX received a POST request and

Re: How to delete cache based on expires headers?

2013-12-24 Thread António P . P . Almeida
Why you want to do this? nginx can manage expiration/cache-control headers all by itself. As soon as the defined max-age is set it returns a upstream status of EXPIRED until it fetches a fresh page from upstream. Deleting won't buy you anything in terms of content freshness. appa On T

Re: How to delete cache based on expires headers?

2013-12-24 Thread magic.dr...@gmail.com
Using change de name the file or change size file. Regards, On Mon, Dec 23, 2013 at 11:57 PM, Indo Php wrote: > Hello.. > > Can somebody help me on this? > > Thank you before > > > On Thursday, December 19, 2013 11:21 AM, Indo Php > wrote: > Hi > > I'm using proxy_cache to mirror my files