aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bucketassets/error.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-05 10:57:50 +1300
committerAldo Cortesi <aldo@corte.si>2018-03-05 10:57:50 +1300
commitee6937f948f96d74d413a24f89c2317ab582d0c8 (patch)
tree4454b57a641a7508b73d440bf2c41d6fbc5f04f0 /docs/bucketassets/error.html
parenta68c7ffb27278c4e2aea4d2d8a87ee15a86bcd88 (diff)
downloadmitmproxy-ee6937f948f96d74d413a24f89c2317ab582d0c8.tar.gz
mitmproxy-ee6937f948f96d74d413a24f89c2317ab582d0c8.tar.bz2
mitmproxy-ee6937f948f96d74d413a24f89c2317ab582d0c8.zip
docs: add robots.txt and error.html
- robots.txt prevents crawling of everything but /stable - error.html has a simple meta refresh to the latest stable docs. This will also help crawlers find the right path.
Diffstat (limited to 'docs/bucketassets/error.html')
-rw-r--r--docs/bucketassets/error.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/bucketassets/error.html b/docs/bucketassets/error.html
new file mode 100644
index 00000000..a855e72b
--- /dev/null
+++ b/docs/bucketassets/error.html
@@ -0,0 +1,9 @@
+Not found
+<html>
+ <head>
+ <meta http-equiv="refresh" content="0;URL='/stable'" />
+ </head>
+ <body>
+ Not found - redirecting you to <a href="/stable">latest stable docs</a>.
+ </body>
+</html>