ServerName localhost
# Next two lines changed for new document root
DocumentRoot /srv/git
AllowOverride None
Options ExecCGI FollowSymLinks
Require all granted
# cgid module is required to run the cgit binary
LoadModule cgid_module lib/httpd/modules/mod_cgid.so
ScriptSock /var/run/cgid.sock
# Path to cgit stylesheet, graphics
Alias /cgit-data /usr/share/cgit
AllowOverride None
Options None
Require all granted
# Path to cgit binary
# Next line changed
ScriptAlias / /usr/libexec/cgit/cgi-bin/cgit/
AllowOverride None
Options None
Require all granted