mirror of
https://github.com/mempool/mempool.git
synced 2025-04-22 14:34:47 +02:00
Enable nginx warm cache for all /api/v1/mining API endpoints
This commit is contained in:
parent
021a748e11
commit
b1749ee6b6
@ -1,7 +1,7 @@
|
||||
location /api/v1/statistics {
|
||||
try_files /dev/null @mempool-api-v1-warmcache;
|
||||
}
|
||||
location /api/v1/mining/pools {
|
||||
location /api/v1/mining {
|
||||
try_files /dev/null @mempool-api-v1-warmcache;
|
||||
}
|
||||
location /api/v1 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user