From 85600050c17cf4264d4d2b864c6eb92151c57fea Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 11 Jan 2013 00:31:07 +0100 Subject: Fix location of robots.txt file --- hyperkitty/static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hyperkitty/static/robots.txt (limited to 'hyperkitty/static') diff --git a/hyperkitty/static/robots.txt b/hyperkitty/static/robots.txt new file mode 100644 index 0000000..5fe5da1 --- /dev/null +++ b/hyperkitty/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /accounts/ +Disallow: /admin/ +Disallow: /vote/ -- cgit