mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 20:16:58 +08:00
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
# Redirect requests to un-namespaced repos to their new namespaced home
|
|
RedirectMatch 302 "^/cgit/((?!(rpms|docker|modules|test)).*)" "/cgit/rpms/$1"
|
|
|
|
Alias /cgit-data /usr/share/cgit
|
|
ScriptAlias /cgit /var/www/cgi-bin/cgit
|
|
<Directory "/usr/share/cgit">
|
|
Require all granted
|
|
</Directory>
|