summaryrefslogtreecommitdiff
path: root/robots.conf
diff options
context:
space:
mode:
Diffstat (limited to 'robots.conf')
-rw-r--r--robots.conf3
1 files changed, 3 insertions, 0 deletions
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";
+}