From a7c11722025132833e118c523d82f679bfacf98a Mon Sep 17 00:00:00 2001 From: scott sundahl Date: Mon, 17 Nov 2025 08:56:38 -0700 Subject: [PATCH] config bugs --- tools/reverse-proxy/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/reverse-proxy/default.conf b/tools/reverse-proxy/default.conf index aca6ea3..38e2c6f 100644 --- a/tools/reverse-proxy/default.conf +++ b/tools/reverse-proxy/default.conf @@ -13,7 +13,7 @@ server { # } # Healthcheck endpoint - location /healthcheck { + location /ops/healthcheck { access_log off; return 200 "healthy\n"; add_header Content-Type text/plain;