Is it possible to cache the OPTIONS method? This pages gives exactly
that example: Search | Packt Subscription
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: Search | Packt Subscription
proxy_cache_methods OPTIONS;
However, when I try this, nginx writes in the error log:
[warn] 7243#0: invalid value “OPTIONS” in …
I think you should use official site.
http://nginx.org/en/docs/http/ngx_http_proxy_module.html
What is your proxy_cache_methods value?
— Original message —
From: “Jeroen O.” [email protected]
Date: 25 January 2014, 01:34:11
On Fri, Jan 24, 2014 at 11:42 PM, wishmaster [email protected] 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.
— Original message —
From: “Jeroen O.” [email protected]
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 "OPTIONS" means any of this values: GET, HEAD,POST, etc. The
HTTP method like OPTIONS is absent.
— Original message —
From: “wishmaster” [email protected]
Date: 26 January 2014, 12:07:24
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, my mistake after hard night :). Try GET, HEAD or only
Hello!
On Fri, Jan 24, 2014 at 03:33:39PM -0800, Jeroen O. wrote:
Is it possible to cache the OPTIONS method? This pages gives exactly
that example: Search | Packt Subscriptionproxy_cache_methods OPTIONS;
However, when I try this, nginx writes in the error log:
[warn] 7243#0: invalid value “OPTIONS” in …
As of now, only GET, HEAD and POST methods can be used in
proxy_cache_methods. Allowed values are listed in syntax at
http://nginx.org/r/proxy_cache_methods.
–
Maxim D.
http://nginx.org/
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs