diff --git a/configuration/nginx.conf b/configuration/nginx.conf index cde1e36..0d27067 100644 --- a/configuration/nginx.conf +++ b/configuration/nginx.conf @@ -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; + } } }