summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus_arch2015-02-28 12:30:57 +0100
committerhorus_arch2015-02-28 12:30:57 +0100
commit519da49c7e1b18d3f9bcf67c2ef25914717ca3e5 (patch)
tree96488560db14afd08a88f2f76527285de19b8de5
parentc547d90d3ea3ab2383d95e8e18ab7a391d1c150a (diff)
downloadnginx_conf-519da49c7e1b18d3f9bcf67c2ef25914717ca3e5.tar.gz
Add robots.conf to emulate robots.txt
-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";
+}