fix(#72,#59): remove nginx /health stub — API endpoint proxies through correctly
This commit is contained in:
parent
15b4d45375
commit
548c2ab8a4
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue