mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Let backend set its own HTTP cache time headers for APIs
This commit is contained in:
parent
05fd433ad7
commit
f842316636
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue