diff options
-rw-r--r-- | tools/gitolite.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/gitolite.html b/tools/gitolite.html index 2ff5a85..ed511ee 100644 --- a/tools/gitolite.html +++ b/tools/gitolite.html @@ -421,7 +421,8 @@ <h2 id="gitweb">5. Gitweb</h2> <pre> - $ prt-get depinst p5-cgi p5-cgi-session libcgi fcgiwrap spawn-fcgi + $ prt-get depinst p5-cgi p5-cgi-session libcgi \ + fcgiwrap spawn-fcgi highlight </pre> <h3>5.1. Configure gitweb</h3> @@ -443,7 +444,8 @@ <h3>5.2. Configure nginx</h3> - <p>Edit /etc/rc.d/fcgiwrap to run as www user;</p> + <p>Edit /etc/rc.d/fcgiwrap to run as nginx user member of gitolite + and www group;</p> <pre> USER=nginx |