From 548c2ab8a43d65e504dcf5e09b4b1cb47c07a103 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 25 May 2026 17:38:40 -0400 Subject: [PATCH] =?UTF-8?q?fix(#72,#59):=20remove=20nginx=20/health=20stub?= =?UTF-8?q?=20=E2=80=94=20API=20endpoint=20proxies=20through=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web-ui/nginx.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/services/web-ui/nginx.conf b/services/web-ui/nginx.conf index 6d50fb4..6a52389 100644 --- a/services/web-ui/nginx.conf +++ b/services/web-ui/nginx.conf @@ -88,13 +88,6 @@ server { add_header Cache-Control "no-cache, no-store, must-revalidate"; } - # Health check endpoint - location /health { - access_log off; - return 200 "healthy\n"; - add_header Content-Type text/plain; - } - # Deny access to dotfiles location ~ /\. { deny all;