ops: Set HTTP expires header for warm cache mining APIs

This commit is contained in:
wiz 2024-07-05 14:44:44 +09:00
parent 70548ed532
commit d15e2ada42
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -121,6 +121,8 @@ location @mempool-api-v1-cache-warm {
proxy_cache apiwarm;
proxy_cache_valid 200 10s;
proxy_redirect off;
expires 120s;
}
location @mempool-api-v1-cache-normal {