Skip to content

Instantly share code, notes, and snippets.

@iansheridan
Forked from dhrrgn/status.conf
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iansheridan/a2cd67f919817857347c to your computer and use it in GitHub Desktop.
Save iansheridan/a2cd67f919817857347c to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name localhost;
location /status {
access_log off;
default_type text/plain;
return 200 "alive";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment