From 0f23af4843552b16fbfb88dcca68881ec6025c8a Mon Sep 17 00:00:00 2001 From: scott sundahl Date: Tue, 16 Dec 2025 10:48:43 -0700 Subject: [PATCH] enable healthcheck for reverse-proxy --- tools/reverse-proxy/default.conf.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/reverse-proxy/default.conf.template b/tools/reverse-proxy/default.conf.template index b5e35d1..2271fcb 100644 --- a/tools/reverse-proxy/default.conf.template +++ b/tools/reverse-proxy/default.conf.template @@ -12,7 +12,6 @@ server { # Exact match for /ops/healthcheck (highest priority) location = /ops/healthcheck { - access_log off; return 200 "healthy\n"; add_header Content-Type text/plain; } @@ -37,7 +36,6 @@ server { # Exact match for /ops/healthcheck (highest priority) location = /ops/healthcheck { - access_log off; return 200 "healthy\n"; add_header Content-Type text/plain; }