]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/instaweb.txt
The second batch
[thirdparty/git.git] / Documentation / config / instaweb.txt
1 instaweb.browser::
2 Specify the program that will be used to browse your working
3 repository in gitweb. See linkgit:git-instaweb[1].
4
5 instaweb.httpd::
6 The HTTP daemon command-line to start gitweb on your working
7 repository. See linkgit:git-instaweb[1].
8
9 instaweb.local::
10 If true the web server started by linkgit:git-instaweb[1] will
11 be bound to the local IP (127.0.0.1).
12
13 instaweb.modulePath::
14 The default module path for linkgit:git-instaweb[1] to use
15 instead of /usr/lib/apache2/modules. Only used if httpd
16 is Apache.
17
18 instaweb.port::
19 The port number to bind the gitweb httpd to. See
20 linkgit:git-instaweb[1].