location = /robots.txt {
    add_header Content-Type "text/plain; charset=utf-8";
    return 200 "User-agent: *\nDisallow:\n";
}