You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## |
|
## gitlist-apache.conf -- Gitlist Apache Custom Configuration |
|
## |
|
|
|
Alias /git @l_prefix@/libexec/gitlist |
|
<Directory @l_prefix@/libexec/gitlist> |
|
Options -Indexes +FollowSymLinks |
|
AllowOverride All |
|
Order allow,deny |
|
Allow from all |
|
</Directory> |
|
|
|
|