mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
ops: Add missing HTTP Expires header for fees API
This commit is contained in:
parent
87a613e4dc
commit
f004705896
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue