On Tue, Feb 25, 2014 at 01:24:02PM -0600, Nolan Darilek wrote: > OK, figured it out. I was proxying to the Cgit docker container via > Nginx, and specified: > > proxy_pass http://cgit.prod.docker; > > instead of: > > proxy_pass http://cgit.prod.docker/; > > Maybe some sort of "debug mode" might have helped diagnose the issue? > Presumably Cgit was looking for repositories in a directory that didn't > exist. Having a way to output "No repositories found in > /srv/git/doesnotexist" might have helped me track that down more > quickly. Or maybe such a thing exists and my Google powers are weak. :)
CGit does log "Error opening directory" if either the directory specified to scan does not exist or a directory listed in the project list does not exist. _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
