Syntax: | scgi_cache_methods
|
---|---|
Default: | scgi_cache_methods GET HEAD; |
Context: | http , server , location |
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 scgi_no_cache directive.
Please login to continue.