From b1749ee6b6226b65994a176aab99a335cf5a906f Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 29 Mar 2022 12:07:16 -0500 Subject: [PATCH] Enable nginx warm cache for all /api/v1/mining API endpoints --- production/nginx/location-api.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/nginx/location-api.conf b/production/nginx/location-api.conf index 0a40ddc36..253033206 100644 --- a/production/nginx/location-api.conf +++ b/production/nginx/location-api.conf @@ -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 {