aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Server-configuration.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-12 12:36:59 +0200
committerArthurHoaro <arthur@hoa.ro>2016-10-12 12:36:59 +0200
commitfdf88d194874a533cf3a8de3d317d70018aa8a62 (patch)
treef204fb8ba9e589d4e063c57da01716c487b6e891 /doc/Server-configuration.md
parentdc8e03bfc415d3771a45ccd324078a48b7466cbe (diff)
downloadShaarli-fdf88d194874a533cf3a8de3d317d70018aa8a62.tar.gz
Shaarli-fdf88d194874a533cf3a8de3d317d70018aa8a62.tar.zst
Shaarli-fdf88d194874a533cf3a8de3d317d70018aa8a62.zip
Bump version to v0.8.0
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
Diffstat (limited to 'doc/Server-configuration.md')
-rw-r--r--doc/Server-configuration.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/Server-configuration.md b/doc/Server-configuration.md
index fd98a608..1ab57a0a 100644
--- a/doc/Server-configuration.md
+++ b/doc/Server-configuration.md
@@ -334,15 +334,3 @@ http {
334 } 334 }
335} 335}
336``` 336```
337
338## Restricting search engines and web crawler traffic
339
340Creating a `robots.txt` witht he following contents at the root of your Shaarli installation will prevent "honest" web crawlers from indexing each and every link and Daily page from a Shaarli instance, thus getting rid of a certain amount of unsollicited network traffic.
341
342```
343User-agent: *
344Disallow: /
345```
346
347See: http://www.robotstxt.org/, http://www.robotstxt.org/robotstxt.html, http://www.robotstxt.org/meta.html
348