diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-09 12:06:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-09 12:06:14 -0700 |
commit | 68773ac915580e88016c34ce1269730382b501d4 (patch) | |
tree | 35d1fe437e7cf562c1c846ec6644ee70cd361a7e /Documentation/git-http-backend.txt | |
parent | Update draft release notes to 2.0 (diff) | |
parent | Git 1.9.2 (diff) | |
download | tgif-68773ac915580e88016c34ce1269730382b501d4.tar.xz |
Sync with 1.9.2
* maint:
Git 1.9.2
doc/http-backend: missing accent grave in literal mark-up
Diffstat (limited to 'Documentation/git-http-backend.txt')
-rw-r--r-- | Documentation/git-http-backend.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt index e8c13f60ae..d422ba4b59 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/git-http-backend.txt @@ -191,7 +191,7 @@ ScriptAlias /git/ /var/www/cgi-bin/gitweb.cgi/ ---------------------------------------------------------------- Lighttpd:: - Ensure that `mod_cgi`, `mod_alias, `mod_auth`, `mod_setenv` are + Ensure that `mod_cgi`, `mod_alias`, `mod_auth`, `mod_setenv` are loaded, then set `GIT_PROJECT_ROOT` appropriately and redirect all requests to the CGI: + |