ops: Add missing HTTP Expires header for fees API
This commit is contained in:
parent
87a613e4dc
commit
f004705896
@ -97,6 +97,8 @@ location @mempool-api-v1-cache-hot {
|
||||
proxy_cache apihot;
|
||||
proxy_cache_valid 200 1s;
|
||||
proxy_redirect off;
|
||||
|
||||
expires 1s;
|
||||
}
|
||||
|
||||
location @mempool-api-v1-cache-warm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user