Add modules here.

This commit is contained in:
Ralph Bean 2016-04-12 15:35:22 +00:00
parent 657b5ea3c4
commit 3c70c9aa82

View file

@ -1,5 +1,5 @@
# Redirect requests to un-namespaced repos to their new namespaced home
RedirectMatch 302 "^/cgit/((?!(rpms|docker)).*)" "/cgit/rpms/$1"
RedirectMatch 302 "^/cgit/((?!(rpms|docker|modules)).*)" "/cgit/rpms/$1"
Alias /cgit-data /usr/share/cgit
ScriptAlias /cgit /var/www/cgi-bin/cgit