From 519da49c7e1b18d3f9bcf67c2ef25914717ca3e5 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sat, 28 Feb 2015 12:30:57 +0100 Subject: Add robots.conf to emulate robots.txt --- robots.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 robots.conf diff --git a/robots.conf b/robots.conf new file mode 100644 index 0000000..63a628f --- /dev/null +++ b/robots.conf @@ -0,0 +1,3 @@ +location = /robots.txt { + return 200 "User-agent: *\nDisallow: /\n"; +} -- cgit v1.2.3