diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2014-04-09 20:17:38 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-09 11:43:56 -0700 |
commit | 5df05146d5cb94628a3dfc53063c802ee1152cec (patch) | |
tree | f240ac4d326a08458e77e77fbf958a6d6d61745f /Documentation | |
parent | doc/http-backend: give some lighttpd config examples (diff) | |
download | tgif-5df05146d5cb94628a3dfc53063c802ee1152cec.tar.xz |
doc/http-backend: missing accent grave in literal mark-up
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 cad18ceb9d..8d0da1519b 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/git-http-backend.txt @@ -168,7 +168,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: + |