mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
ops: Add /api/v1/fees/recommended to warm cache
This commit is contained in:
parent
3610908171
commit
c7862e19c2
@ -39,6 +39,7 @@ warmUnfurlURLs=(
|
||||
)
|
||||
|
||||
warmURLs=(
|
||||
'/api/v1/fees/recommended'
|
||||
'/api/v1/blocks'
|
||||
'/api/v1/statistics/2h'
|
||||
'/api/v1/statistics/24h'
|
||||
|
@ -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/ {
|
||||
|
Loading…
Reference in New Issue
Block a user