ops: Add /api/v1/fees/recommended to warm cache
This commit is contained in:
parent
3610908171
commit
c7862e19c2
@ -39,6 +39,7 @@ warmUnfurlURLs=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
warmURLs=(
|
warmURLs=(
|
||||||
|
'/api/v1/fees/recommended'
|
||||||
'/api/v1/blocks'
|
'/api/v1/blocks'
|
||||||
'/api/v1/statistics/2h'
|
'/api/v1/statistics/2h'
|
||||||
'/api/v1/statistics/24h'
|
'/api/v1/statistics/24h'
|
||||||
|
@ -22,6 +22,9 @@ location /api/v1/statistics {
|
|||||||
location /api/v1/mining {
|
location /api/v1/mining {
|
||||||
try_files /dev/null @mempool-api-v1-cache-warm;
|
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
|
# it's ok to cache blockchain data "forever", so we do 30d
|
||||||
location /api/v1/block/ {
|
location /api/v1/block/ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user