diff --git a/nginx.conf b/nginx.conf index 12dee50..65defc7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;