Skip to content
Snippets Groups Projects
Commit bbad7733 authored by nimrod's avatar nimrod
Browse files

UTF-8 for robots.txt.

parent 1923320c
No related branches found
No related tags found
No related merge requests found
location = /robots.txt {
add_header Content-Type text/plain;
add_header Content-Type "text/plain; charset=utf-8";
return 200 "User-agent: *\nDisallow:\n";
}
location = /robots.txt {
add_header Content-Type text/plain;
add_header Content-Type "text/plain; charset=utf-8";
return 200 "User-agent: *\nDisallow: *\n";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment