Re: How to get gitweb setup with nginx + uwsgi?

2019-08-12 Thread koocr
Hi, On Mon, Aug 12, 2019, at 12:16 PM, Konstantin Ryabitsev wrote: > We have it working in a similar configuration, but with CGit instead of > GitWeb. Unless you have specific requirements to run GitWeb, I recommend > you use CGit for your web frontend, as it offers many features GitWeb > doesn

How to get gitweb setup with nginx + uwsgi?

2019-08-12 Thread koocr
Hi all. I'm setting up a local Git server, with Gitweb + Gitolite. The gitolite wrapper is installed & working. Now I'm working on the Gitweb frontend. I run Nginx as my webserver. Usually with PHP, using fpm. Gitweb's gitweb.cgi looks like it needs perl CGI. For perl cgi I'm trying to get