(MODE-11365) Fixed healthcheck.
This commit is contained in:
parent
918e13d0a7
commit
18a76b5687
1 changed files with 3 additions and 7 deletions
|
|
@ -39,12 +39,8 @@ http {
|
||||||
return 301 https://$host$1mono-blue-water$2;
|
return 301 https://$host$1mono-blue-water$2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
location /health {
|
||||||
server {
|
return 200;
|
||||||
listen 81;
|
}
|
||||||
location / { return 400; }
|
|
||||||
location = /__isAlive.html {
|
|
||||||
return 209;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue