ServerName de.git.xonotic.org
ServerAlias nl.git.xonotic.org
ServerAlias us.git.xonotic.org
ServerAlias git.xonotic.org
ServerAdmin divVerent@xonotic.org
SetEnv GIT_PROJECT_ROOT /var/cache/git
AliasMatch ^/(.*/objects/[0-9a-f]{2}/[0-9a-f]{38})$ /var/cache/git/$1
AliasMatch ^/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ /var/cache/git/$1
ScriptAliasMatch \
"(?x)^/(.*/(HEAD | \
info/refs | \
objects/info/[^/]+ | \
git-(upload|receive)-pack))$" \
/usr/lib/git-core/git-http-backend/$1
DocumentRoot /usr/share/gitweb
Alias /gitweb /usr/share/gitweb/static
DirectoryIndex gitweb.cgi
Allow from all
Deny from none
Order Allow,Deny
Options +ExecCGI
SetHandler cgi-script
Allow from all
Deny from none
Order Allow,Deny
Options Indexes
Allow from all
Deny from none
Order Allow,Deny
Options Indexes
Options +ExecCGI
SetHandler cgi-script