Skip to content

Commit 8f0b39f

Browse files
committed
add health check
1 parent ee6453d commit 8f0b39f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cabotage/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ http {
2525
listen unix:/var/run/cabotage/cabotage.sock;
2626
server_name _;
2727

28+
location = /_health/ {
29+
access_log off;
30+
return 200 "OK";
31+
}
32+
2833
location / {
2934
root /usr/share/nginx/html;
3035
index index.html;

0 commit comments

Comments
 (0)