Evo.Gateway/config/include/robots.conf
2024-07-31 08:48:03 +03:00

4 lines
106 B
Plaintext

location /robots.txt {
default_type text/plain;
return 200 "User-agent: *\nDisallow: /";
}