fix(#72,#59): remove nginx /health stub — API endpoint proxies through correctly

This commit is contained in:
Zac Gaetano 2026-05-25 17:38:40 -04:00
parent 15b4d45375
commit 548c2ab8a4

View file

@ -88,13 +88,6 @@ server {
add_header Cache-Control "no-cache, no-store, must-revalidate"; 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 # Deny access to dotfiles
location ~ /\. { location ~ /\. {
deny all; deny all;