Merge pull request #1798 from andrewthauer/docker-healthcheck

Add simple healthcheck to app container nginx template
This commit is contained in:
Patrik Oldsberg
2020-08-05 11:05:57 +02:00
committed by GitHub
+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