diff options
author | Ralph Bean <rbean@redhat.com> | 2016-04-12 15:35:22 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2016-04-12 15:35:58 +0000 |
commit | 3c70c9aa825144f7cd576743f5676a3ec7fc8de4 (patch) | |
tree | a02eb259dc0d7f5f246ac1115c2ba2d9b07317df | |
parent | 657b5ea3c493343c556ef808806a6cfb1b514d3f (diff) | |
download | ansible-3c70c9aa825144f7cd576743f5676a3ec7fc8de4.tar.gz ansible-3c70c9aa825144f7cd576743f5676a3ec7fc8de4.tar.xz ansible-3c70c9aa825144f7cd576743f5676a3ec7fc8de4.zip |
Add modules here.
-rw-r--r-- | roles/distgit/files/cgit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/distgit/files/cgit.conf b/roles/distgit/files/cgit.conf index 6515fac15..a99af2682 100644 --- a/roles/distgit/files/cgit.conf +++ b/roles/distgit/files/cgit.conf @@ -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 |