From 3344cd951743c8f52464ceb40d5ac51f55c020d1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 17 Jan 2026 13:45:41 +0900 Subject: [PATCH] ops: Set nginx cache warmer services host from env var --- production/nginx-cache-warmer-ssr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/nginx-cache-warmer-ssr b/production/nginx-cache-warmer-ssr index 4907e4e12..29ebc9883 100755 --- a/production/nginx-cache-warmer-ssr +++ b/production/nginx-cache-warmer-ssr @@ -1,7 +1,7 @@ #!/usr/bin/env zsh delay=0.15 hostname=$(hostname) -services_host="" +#services_host="" protocol="https" base_domain="mempool.space" list_refresh_interval=60