Telling robots not to touch /config/ - if there's a JunkBuster
authorjongfoster <jongfoster@users.sourceforge.net>
Sat, 22 Sep 2001 14:55:03 +0000 (14:55 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sat, 22 Sep 2001 14:55:03 +0000 (14:55 +0000)
proxy between the robot and the web server, then accessing
/config can affect the proxy.

doc/webserver/robots.txt [new file with mode: 0644]

diff --git a/doc/webserver/robots.txt b/doc/webserver/robots.txt
new file mode 100644 (file)
index 0000000..790f3ff
--- /dev/null
@@ -0,0 +1,15 @@
+# This is the Internet Junkbuster web site.
+#
+# If the robot is connecting through a JunkBuster, then the
+# control interface is at /config.   It isn't very useful
+# to index it, and you're likely to break stuff.  So go away!
+#
+# Even if you're not connected through a JunkBuster, the 
+# one "JunkBuster's not working" page there is not very
+# interesting.
+
+User-agent: *
+Disallow: /config/
+
+
+