Enable nginx warm cache for all /api/v1/mining API endpoints

This commit is contained in:
wiz 2022-03-29 12:07:16 -05:00
parent 021a748e11
commit b1749ee6b6
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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 {