Skip to content
Snippets Groups Projects
robots-allow-all.conf 129 B
location = /robots.txt {
    add_header Content-Type "text/plain; charset=utf-8";
    return 200 "User-agent: *\nDisallow:\n";
}