-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Overview
Hello, I would like the nginx s3 gateway to bypass its local cache when the request header cache-control is set to no-cache
The use case is simple, using force refresh on a browser causes the cache-control=no-cache header however nginx s3 gateway will still use
Alternatives Considered
I have tried disabling the cache completely, but I don't necessarily want that either. Respecting the cache-control header value to decide on cache freshness seems like a correct utilization of the header
Additional Context
It seems vanilla nginx already supports this via proxy_cache_bypass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request