Merge pull request #1475 from mempool/wiz/enable-nginx-warm-caching-for-all-mining-apis

Enable nginx warm cache for all /api/v1/mining API endpoints
This commit is contained in:
wiz 2022-03-30 12:26:47 +00:00 committed by GitHub
commit 2d1e4da01e

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 {