We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1967aab commit aae5d83Copy full SHA for aae5d83
.cabotage/nginx.conf
@@ -25,7 +25,7 @@ http {
25
listen unix:/var/run/cabotage/cabotage.sock;
26
server_name _;
27
28
- location = /_health/ {
+ location /_health/ {
29
access_log off;
30
return 200 "OK";
31
}
0 commit comments