Skip to content

Instantly share code, notes, and snippets.

@asv
Created June 27, 2014 09:40
Show Gist options
  • Save asv/cfa01b18f12b19e1e9ea to your computer and use it in GitHub Desktop.
Save asv/cfa01b18f12b19e1e9ea to your computer and use it in GitHub Desktop.
# ...
location = /myip {
add_header Content-Type text/plain;
return 200 "$remote_addr\n";
}
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment