From 27506b7e75927e5dd09761f5eed058580b822771 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 15 Jun 2012 08:16:50 -0400 Subject: [PATCH] Configurable robots.txt (issue 99) --- distrib/gitblit.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 440414e..91b1c2b 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -295,6 +295,13 @@ # SINCE 0.7.0 web.enableRpcAdministration = false +# Full path to a configurable robots.txt file. With this file you can control +# what parts of your Gitblit server respectable robots are allowed to traverse. +# http://googlewebmastercentral.blogspot.com/2008/06/improving-on-robots-exclusion-protocol.html +# +# SINCE 1.0.0 +web.robots.txt = + # If true, the web ui layout will respond and adapt to the browser's dimensions. # if false, the web ui will use a 940px fixed-width layout. # http://twitter.github.com/bootstrap/scaffolding.html#responsive -- Gitblit v1.9.1