Syntax: | proxy_cache_convert_head |
---|---|
Default: | proxy_cache_convert_head on; |
Context: | http , server , location |
This directive appeared in version 1.9.7.
Enables or disables the conversion of the “HEAD
” method to “GET
” for caching. When the conversion is disabled, the cache key should be configured to include the $request_method
.
Please login to continue.