Syntax: | proxy_cache_methods
|
---|---|
Default: | proxy_cache_methods GET HEAD; |
Context: | http , server , location |
This directive appeared in version 0.7.59.
If the client request method is listed in this directive then the response will be cached. “GET
” and “HEAD
” methods are always added to the list, though it is recommended to specify them explicitly. See also the proxy_no_cache directive.
Please login to continue.