8 lines
278 B
Text
8 lines
278 B
Text
# Redirect requests to un-namespaced repos to their new namespaced home
|
|
RedirectMatch 302 "^/cgit/((?!(rpms|docker)).*)" "/cgit/rpms/$1"
|
|
|
|
Alias /cgit-data /usr/share/cgit
|
|
ScriptAlias /cgit /var/www/cgi-bin/cgit
|
|
<Directory "/usr/share/cgit">
|
|
Require all granted
|
|
</Directory>
|