feat: add simple healthcheck to app container

This commit is contained in:
Andrew Thauer
2020-07-31 06:47:45 -04:00
parent 7af306bf3c
commit 3d95f5925d
+4
View File
@@ -11,6 +11,10 @@ server {
try_files $uri /index.html;
}
location /healthcheck {
return 204;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html