mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 19:38:32 +02:00
ops: Fix nginx routing for /api/v1/accelerations
This commit is contained in:
parent
94e223e8da
commit
c5beee3a40
@ -2,9 +2,6 @@
|
||||
# routing #
|
||||
###########
|
||||
|
||||
location /api/v1/accelerations {
|
||||
try_files /dev/null @mempool-api-v1-services-cache-short;
|
||||
}
|
||||
location /api/v1/assets {
|
||||
try_files /dev/null @mempool-api-v1-services-cache-short;
|
||||
}
|
||||
|
@ -32,6 +32,9 @@ location /api/v1/mining {
|
||||
location /api/v1/fees/recommended {
|
||||
try_files /dev/null @mempool-api-v1-cache-hot;
|
||||
}
|
||||
location /api/v1/accelerations {
|
||||
try_files /dev/null @mempool-api-v1-cache-hot;
|
||||
}
|
||||
|
||||
# it's ok to cache blockchain data "forever", so we do 30d
|
||||
location /api/v1/block/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user