12a6a448f4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/git#58dc6bb36a79726ca510aab470bf32d8e9876689
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
Alias /git /var/www/git
|
|
|
|
<Directory /var/www/git>
|
|
Options +ExecCGI
|
|
AddHandler cgi-script .cgi
|
|
DirectoryIndex gitweb.cgi
|
|
</Directory>
|