Once you have your server hosting your git repositories, you might want to allow others to browse your repositories on the web. Cgit is a Free Software that allows browsing git repositories through the web. Note that Cgit is a read-only frontend for Git repositories and doesn't have issues, pull requests or user management. If that's what you want, consider installing Gitea instead. Installing cgit and fcgiwrap Install fcgiwrap NGINX doesn't have the capability to run CGI scripts by itself, i...