Fourth batch
[git/raj.git] / Documentation / config / instaweb.txt
blob50cb2f7d62ab54d1add7741b91b9ff53d2d28436
1 instaweb.browser::
2         Specify the program that will be used to browse your working
3         repository in gitweb. See linkgit:git-instaweb[1].
5 instaweb.httpd::
6         The HTTP daemon command-line to start gitweb on your working
7         repository. See linkgit:git-instaweb[1].
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).
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.
18 instaweb.port::
19         The port number to bind the gitweb httpd to. See
20         linkgit:git-instaweb[1].