diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-09 11:45:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-09 11:45:04 -0700 |
commit | efb4ec68b82aa003e18c1731e17503d3bf8d15f4 (patch) | |
tree | 90de8f10e2435c598c1cfecc3b4b4f2fcaf4cc29 /Documentation/git-http-backend.txt | |
parent | 4d7ad08f6a3ff172eba464d0037a85ecce00fd0c (diff) | |
parent | 5df05146d5cb94628a3dfc53063c802ee1152cec (diff) | |
download | git-efb4ec68b82aa003e18c1731e17503d3bf8d15f4.tar.gz |
Merge commit 'doc/http-backend: missing accent grave in literal mark-up'
* commit '5df05146d5cb94628a3dfc53063c802ee1152cec':
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: + |