ops: Add missing HTTP Expires header for fees API

This commit is contained in:
wiz 2024-02-06 13:55:44 -05:00
parent 87a613e4dc
commit f004705896
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

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