Naming things is hard. Help us out. We are considering a new name for https://www.w3.org/TR/pubsub/
• HubPub
• Hubbub
• HubCast
• PushCast
WeChat ID
aaronpk_tv
Brilliant one-line nginx directive to serve a built-in robots.txt response.
location /robots.txt {return 200 "User-agent: *\nDisallow: /\n";}
Source: http://blog.tcs.de/serve-robots-txt-inline-in-nginx/