From f8423166368c1683192efed65a5fc01d099a0c24 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Jan 2022 13:59:04 +0000 Subject: [PATCH] Let backend set its own HTTP cache time headers for APIs --- production/nginx/location-api.conf | 1 - 1 file changed, 1 deletion(-) 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 {