SHA256
1
0
forked from pool/git
OBS User unknown
2008-05-21 21:45:42 +00:00
committed by Git OBS Bridge
parent cbdb432029
commit 86aaceb23f
3 changed files with 42 additions and 7 deletions

10
apache2-gitweb.conf Normal file
View File

@@ -0,0 +1,10 @@
Alias /git/ "/usr/share/git-web/"
<Directory "/usr/share/git-web">
Options ExecCGI
AllowOverride None
AddHandler cgi-script .cgi
DirectoryIndex gitweb.cgi
Order allow,deny
Allow from all
</Directory>