(MODE-11365) Fixed healthcheck.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 22:56:08 +02:00
parent 918e13d0a7
commit 18a76b5687

View file

@ -39,12 +39,8 @@ http {
return 301 https://$host$1mono-blue-water$2;
}
}
}
server {
listen 81;
location / { return 400; }
location = /__isAlive.html {
return 209;
}
location /health {
return 200;
}
}
}