mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 01:56:31 +02:00
Merge pull request #1199 from mempool/wiz/let-backend-set-its-own-http-cache-time-headers
Let backend set its own HTTP cache time headers for APIs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user