# set server name to start httpd from docker
ServerName localhost
DocumentRoot "/var/www"
Options Indexes FollowSymLinks
AllowOverride None
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
ScriptAlias /cgit /usr/libexec/cgit/cgi-bin/cgit
AllowOverride None
Options None
Require all granted