Document gitweb URL set, cgi unset configuration

When using an external instance of gitweb (or gitiles), the gitweb.cgi
configuration variable has no reason to be set.  Setting it would cause
the internal GitwebServlet to also be provisioned, which would not be the
intended behavior in this configuration.

Change-Id: I597b0c290fbb091628798b31421beacaa7dde1e4
This commit is contained in:
Jonathan Nieder 2015-06-22 11:09:31 -07:00
parent 4793fd48c5
commit c62c2ed703
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ being used, ensure it uses a full mirror, so the `+refs/changes/*+`
namespace is available.
----
$ git config -f $site_path/etc/gerrit.config gitweb.cgi $PATH_TO_GITWEB/gitweb.cgi
$ git config -f $site_path/etc/gerrit.config --unset gitweb.cgi
$ git config -f $site_path/etc/gerrit.config gitweb.url https://gitweb.corporation.com
----