4384ef8d72
cgit is a fast web interface for the git scm, using a builtin cache to decrease server io-pressure. With tweaks from and ok sthen@ jasper@
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
ScriptAlias /cgit /cgi-bin/cgit.cgi
|
|
<Location "/cgit">
|
|
AllowOverride None
|
|
Options +ExecCGI
|
|
Order allow,deny
|
|
Allow from all
|
|
</Location>
|