ops: Add /api/v1/fees/recommended to warm cache

This commit is contained in:
wiz
2024-01-26 10:26:28 -05:00
parent 3610908171
commit c7862e19c2
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ location /api/v1/statistics {
location /api/v1/mining {
try_files /dev/null @mempool-api-v1-cache-warm;
}
location /api/v1/fees/recommended {
try_files /dev/null @mempool-api-v1-cache-warm;
}
# it's ok to cache blockchain data "forever", so we do 30d
location /api/v1/block/ {