documentation: Explain etc/gitweb_config.perl as an override

This file can override the automatically generated configuration.

Bug: issue 496
Change-Id: I1756d268e111d0021ebb8d8f248fd7e374ef49b4
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-03-13 17:39:35 -08:00
parent 1646874104
commit 544220ce97

View File

@@ -26,6 +26,14 @@ Linux distributions.
After updating `'$site_path'/etc/gerrit.config`, the Gerrit server must
be restarted and clients must reload the host page to see the change.
Configuration
~~~~~~~~~~~~~
Most of the gitweb configuration file is handled automatically
by Gerrit Code Review. Site specific overrides can be placed in
`'$site_path'/etc/gitweb_config.perl`, as this file is loaded as
part of the generated configuration file.
Access Control
~~~~~~~~~~~~~~