]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/instaweb.txt
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / Documentation / config / instaweb.txt
CommitLineData
cef9b951
NTND
1instaweb.browser::
2 Specify the program that will be used to browse your working
3 repository in gitweb. See linkgit:git-instaweb[1].
4
5instaweb.httpd::
6 The HTTP daemon command-line to start gitweb on your working
7 repository. See linkgit:git-instaweb[1].
8
9instaweb.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
13instaweb.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
18instaweb.port::
19 The port number to bind the gitweb httpd to. See
20 linkgit:git-instaweb[1].