Skip to content

Commit 4ff4207

Browse files
author
Samuel Esan
committed
chore: add healthcheck
1 parent 6374584 commit 4ff4207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/default.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ server {
66

77
location = /health {
88
access_log off;
9-
add_header 'Content-Type' 'application/json';
10-
return 200 '{ "status": "OK!" }';
9+
add_header 'Content-Type' 'text/plain';
10+
return 200 'Status: OK!\n';
1111
}
1212

1313
location / {

0 commit comments

Comments
 (0)