cac9871f91
1 OBS-URL: https://build.opensuse.org/request/show/254353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=143
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
Alias /git "/usr/share/gitweb/"
|
|
|
|
<Directory "/usr/share/gitweb">
|
|
Options ExecCGI
|
|
AllowOverride None
|
|
AddHandler cgi-script .cgi
|
|
DirectoryIndex gitweb.cgi
|
|
<IfModule mod_access_compat.c>
|
|
Order allow,deny
|
|
Allow from all
|
|
</IfModule>
|
|
<IfModule !mod_access_compat.c>
|
|
Require all granted
|
|
</IfModule>
|
|
</Directory>
|