From 4e38a2f180502e62415f53cacf265299195c6405 Mon Sep 17 00:00:00 2001 From: scott sundahl Date: Mon, 17 Nov 2025 09:21:12 -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 38e2c6f..aca6ea3 100644 --- a/tools/reverse-proxy/default.conf +++ b/tools/reverse-proxy/default.conf @@ -13,7 +13,7 @@ server { # } # Healthcheck endpoint - location /ops/healthcheck { + location /healthcheck { access_log off; return 200 "healthy\n"; add_header Content-Type text/plain;