summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-09-11 19:37:52 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-09-11 19:37:52 +0200
commit4dd606db850448c45977ddf5e65a9e0b625a30d4 (patch)
treeb5698fb78750ab19dd44a911e163cf3a7001f9d7
parentd8fc5867c2a98e803a12fff62fa78e5c858ac387 (diff)
Make robots.txt available in ./public_html
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--public_html/robots.txt2
l---------[-rw-r--r--]robots.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/public_html/robots.txt b/public_html/robots.txt
new file mode 100644
index 000000000..c6742d8a8
--- /dev/null
+++ b/public_html/robots.txt
@@ -0,0 +1,2 @@
+User-Agent: *
+Disallow: /
diff --git a/robots.txt b/robots.txt
index c6742d8a8..425a706a8 100644..120000
--- a/robots.txt
+++ b/robots.txt
@@ -1,2 +1 @@
-User-Agent: *
-Disallow: /
+public_html/robots.txt \ No newline at end of file