robots.txt

급한대로 nginx.conf 만으로 모두 거절하는 방법

nginx.conf
location /robots.txt {
  return 200 "User-agent: *\nDisallow: /";
}

참고