diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-11 00:31:07 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-11 00:31:07 +0100 |
commit | 85600050c17cf4264d4d2b864c6eb92151c57fea (patch) | |
tree | e56d4860071ebdca8360116211637071002c7a73 /hyperkitty/static/robots.txt | |
parent | 84b46b0b29deaca574f1f2cf7e7d97b1e71faa3f (diff) | |
download | hyperkitty-85600050c17cf4264d4d2b864c6eb92151c57fea.tar.gz hyperkitty-85600050c17cf4264d4d2b864c6eb92151c57fea.tar.xz hyperkitty-85600050c17cf4264d4d2b864c6eb92151c57fea.zip |
Fix location of robots.txt file
Diffstat (limited to 'hyperkitty/static/robots.txt')
-rw-r--r-- | hyperkitty/static/robots.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |