Skip to content

Commit aae5d83

Browse files
committed
d'oh
1 parent 1967aab commit aae5d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cabotage/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ http {
2525
listen unix:/var/run/cabotage/cabotage.sock;
2626
server_name _;
2727

28-
location = /_health/ {
28+
location /_health/ {
2929
access_log off;
3030
return 200 "OK";
3131
}

0 commit comments

Comments
 (0)