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
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
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