Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created June 7, 2023 06:34
Show Gist options
  • Save uurtech/1aa42499a28187102f7f8ac0ef94a6c6 to your computer and use it in GitHub Desktop.
Save uurtech/1aa42499a28187102f7f8ac0ef94a6c6 to your computer and use it in GitHub Desktop.
health check
location /health {
add_header Content-Type text/html;
return 200 'hello';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment