]> Lady’s Gitweb - Gitweb/blobdiff - INSTALL
gitweb: fallback to system-wide config file if default config does not exist
[Gitweb] / INSTALL
diff --git a/INSTALL b/INSTALL
index 69bc9a466f4e3bc564f2a5bafac35fba5a42ba2023d9cbbef511d2e31a6afda5..0dfde847b5d8ee9f214f99b5b0208a3e2090c152977572d179b8352e54efab6b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -95,7 +95,11 @@ for gitweb (in gitweb/README).
   by default it is file named gitweb_config.perl in the same place as
   gitweb.cgi script. You can control default place for config file
   using GITWEB_CONFIG build configuration variable, and you can set it
-  using GITWEB_CONFIG environmental variable.
+  using GITWEB_CONFIG environmental variable. If this file does not
+  exist, gitweb looks for a system-wide configuration file, normally
+  /etc/gitweb.conf. You can change the default using the
+  GITWEB_CONFIG_SYSTEM build configuration variable, and override it
+  through GITWEB_CONFIG_SYSTEM environmental variable.
 
 - Gitweb config file is [fragment] of perl code. You can set variables
   using "our $variable = value"; text from "#" character until the end
This page took 0.021209 seconds and 4 git commands to generate.