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>
|