Removed old/unused parts

This commit is contained in:
2019-05-07 00:52:36 +01:00
parent ca4bcd2577
commit 18d45f5d45
4 changed files with 1 additions and 24 deletions

View File

@@ -5,8 +5,4 @@ server {
root /usr/share/nginx/html;
index index.html;
}
location /health {
return 200 'alive';
add_header Content-Type text/plain;
}
}