git add repo

This commit is contained in:
burakerturk
2015-07-16 00:43:28 +03:00
parent 7946a555cf
commit 723ef4239b
14 changed files with 573 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Alias /git /var/www/localhost/cgi-bin
<Directory /var/www/localhost/cgi-bin>
Options +ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex gitweb.cgi
</Directory>