Skip to content

Instantly share code, notes, and snippets.

@chuckha
Created March 19, 2017 17:14
Show Gist options
  • Save chuckha/709ec93ca78a0a5d608acb83339c9967 to your computer and use it in GitHub Desktop.
Save chuckha/709ec93ca78a0a5d608acb83339c9967 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name _;
location = /_health {
return 204;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment