From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Thu, 1 Mar 2018 13:02:45 +0000 Subject: NGINX and linux In-Reply-To: References: Message-ID: <20180301122639.GA2349@john.keeping.me.uk> 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.