diff options
author | Wilhansen Li <wil@nohakostudios.net> | 2009-08-21 22:24:48 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-23 15:03:53 -0700 |
commit | 0ded47581aa6097f1a685443d3c2fc0cebaf8c3c (patch) | |
tree | 22814e45c479a2405d21cd962443807ce476931b /Documentation/git-instaweb.txt | |
parent | 044239b0a1fbdcccefafe1dab5f9c21e5a2a9150 (diff) | |
download | git-0ded47581aa6097f1a685443d3c2fc0cebaf8c3c.tar.gz |
Add support for the Mongoose web server.
Mongoose (http://code.google.com/p/mongoose/) is a lightweight web
server. It's just a single binary so it's a lot simpler to configure and
install.
Signed-off-by: Wilhansen Li <wil@nohakostudios.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-instaweb.txt')
-rw-r--r-- | Documentation/git-instaweb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 22da21a54f..0771f25443 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -29,7 +29,7 @@ OPTIONS The HTTP daemon command-line that will be executed. Command-line options may be specified here, and the configuration file will be added at the end of the command-line. - Currently lighttpd, apache2 and webrick are supported. + Currently apache2, lighttpd, mongoose and webrick are supported. (Default: lighttpd) -m:: |