Let backend set its own HTTP cache time headers for APIs

This commit is contained in:
wiz 2022-01-28 13:59:04 +00:00
parent db45663bc7
commit 603432e8ad

View File

@ -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 {