Hello!
On Fri, Jan 24, 2014 at 03:33:39PM -0800, Jeroen Ooms wrote:
> Is it possible to cache the OPTIONS method? This pages gives exactly
> that example: http://www.packtpub.com/article/nginx-proxy
>
> proxy_cache_methods OPTIONS;
>
> However, when I try this, nginx write
r wrote:
> > > What is your proxy_cache_methods value?
> >
> > I tried both
> >
> > proxy_cache_methods OPTIONS;
> >
> Because "OPTIONS" means any of this values: GET, HEAD,POST, etc. The HTTP
> method like OPTIONS is absent.
Oops, sorry,
--- Original message ---
From: "Jeroen Ooms"
Date: 26 January 2014, 05:27:46
> On Fri, Jan 24, 2014 at 11:42 PM, wishmaster wrote:
> > What is your proxy_cache_methods value?
>
> I tried both
>
> proxy_cache_methods OPTIONS;
>
Because "
On Fri, Jan 24, 2014 at 11:42 PM, wishmaster wrote:
> What is your proxy_cache_methods value?
I tried both
proxy_cache_methods OPTIONS;
as well as
proxy_cache_methods GET HEAD OPTIONS;
but both gave the error.
___
nginx mailing list
ng
gives exactly
> that example: http://www.packtpub.com/article/nginx-proxy
>
> proxy_cache_methods OPTIONS;
>
> However, when I try this, nginx writes in the error log:
>
> [warn] 7243#0: invalid value "OPTIONS" in ...
>
>
Is it possible to cache the OPTIONS method? This pages gives exactly
that example: http://www.packtpub.com/article/nginx-proxy
proxy_cache_methods OPTIONS;
However, when I try this, nginx writes in the error log:
[warn] 7243#0: invalid value "OPTION