Skip to content

Commit

Permalink
turkey-docker-nginx-healthz
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming authored Mar 31, 2022
1 parent b2f4c5f commit 32d8bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker/nginx.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ server {
autoindex off;
add_header 'Access-Control-Allow-Origin' '*';
}
location /healthz {
return 200 'ok';
}
}

0 comments on commit 32d8bca

Please sign in to comment.