On Fri, Jun 11, 2021 at 08:14:22AM -0400, anish10dec wrote:
Hi there,
> Though we have proxy cache valid defined to cache only respective response
> code , nginx caching 416 response.
http://nginx.org/r/proxy_cache_valid
"""
Parameters of caching can also be set directly in the response
header.
Hi Team,
Though we have proxy cache valid defined to cache only respective response
code , nginx caching 416 response.
proxy_cache_valid 200 206 10d;
proxy_cache_key$uri$http_range;
416 is returned from upstream server and its getting cached on Ngnix.
Even with default settings by not spe