Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1BDBzEMLHYZ772bW8xGARqZRwK6oFgDrSi https://explorer.blockstack.org/address/1BDBzEMLHYZ772bW8xGARqZRwK6oFgDrSi
@LEXASOFT
LEXASOFT / gist:5873a5ae03935e223e54
Created August 20, 2014 05:40
robots.txt in nginx
location /robots.txt {
return 200 "User-agent: *\nDisallow: /";
}