diff --git a/production/nginx/location-api.conf b/production/nginx/location-api.conf index 376818a82..0a40ddc36 100644 --- a/production/nginx/location-api.conf +++ b/production/nginx/location-api.conf @@ -29,7 +29,6 @@ location @mempool-api-v1-warmcache { proxy_cache api; proxy_cache_valid 200 10s; proxy_redirect off; - expires 10s; } location @mempool-api-v1-coldcache {