Ignore cache control header
This commit is contained in:
@@ -45,6 +45,7 @@ http {
|
||||
|
||||
proxy_cache api_cache;
|
||||
proxy_cache_valid 200 201 202 203 204 205 206 207 208 226 365d;
|
||||
proxy_ignore_headers Cache-Control Expires;
|
||||
|
||||
proxy_cache_bypass $http_x_nocache;
|
||||
proxy_no_cache $http_x_nocache;
|
||||
|
||||
Reference in New Issue
Block a user