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;