NGINX and linux

John Keeping john at keeping.me.uk
Thu Mar 1 14:02:45 CET 2018


On Wed, Feb 28, 2018 at 08:37:17PM -0500, Rolan Pichler wrote:
> The README is for APACHE and unix systems. Would there be a way to get this
> working with nginx and on linux

Nginx doesn't support CGI directly, so you need to use fcgiwrap or an
equivalent as a wrapper to run CGit.

I found this post about setting up CGit and nginx which looks like it
covers the necessary configuration:
https://levlaz.org/installing-cgit-nginx-on-debian-jessie/

Patches to README are welcome if you get it working.


More information about the CGit mailing list