From 995f24c64f21e551ee14e61c3028ae869e43664a Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 14 Dec 2023 15:35:45 +0000 Subject: [PATCH] Allow cluster internal traffic to hit the nginx status endpoint. --- hosting/proxy/nginx.prod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/proxy/nginx.prod.conf b/hosting/proxy/nginx.prod.conf index 88f9645f80..65cc3ff390 100644 --- a/hosting/proxy/nginx.prod.conf +++ b/hosting/proxy/nginx.prod.conf @@ -257,6 +257,7 @@ http { access_log off; allow 127.0.0.1; + allow 10.0.0.0/8; deny all; location /nginx_status {