Loading snippets/robots-allow-all.conf +1 −1 Original line number Diff line number Diff line location = /robots.txt { add_header Content-Type text/plain; add_header Content-Type "text/plain; charset=utf-8"; return 200 "User-agent: *\nDisallow:\n"; } snippets/robots-disallow-all.conf +1 −1 Original line number Diff line number Diff line location = /robots.txt { add_header Content-Type text/plain; add_header Content-Type "text/plain; charset=utf-8"; return 200 "User-agent: *\nDisallow: *\n"; } Loading
snippets/robots-allow-all.conf +1 −1 Original line number Diff line number Diff line location = /robots.txt { add_header Content-Type text/plain; add_header Content-Type "text/plain; charset=utf-8"; return 200 "User-agent: *\nDisallow:\n"; }
snippets/robots-disallow-all.conf +1 −1 Original line number Diff line number Diff line location = /robots.txt { add_header Content-Type text/plain; add_header Content-Type "text/plain; charset=utf-8"; return 200 "User-agent: *\nDisallow: *\n"; }