This is renamed to container

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-04-12 17:50:33 +00:00
parent 5f0502e3c2
commit 9ef64fde7b

View file

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