diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-01 19:11:09 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-01 19:11:09 +0000 |
commit | 5dc0f64e5fb6c7f1274a7becfe17541a530d3716 (patch) | |
tree | 3295c6715e37afd075b5822577d8ff311463a171 | |
parent | f070972f14d72f6f8fbabb53896caea7be134ec5 (diff) | |
download | ansible-5dc0f64e5fb6c7f1274a7becfe17541a530d3716.tar.gz ansible-5dc0f64e5fb6c7f1274a7becfe17541a530d3716.tar.xz ansible-5dc0f64e5fb6c7f1274a7becfe17541a530d3716.zip |
add redirects for libverto. ticket 6189
-rw-r--r-- | files/httpd/fedorahosted-redirects.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index d005d38fd..e5bbe40fb 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -228,6 +228,9 @@ RewriteRule ^/fedora-medical/report https://pagure.io/fedora-medical/issues [L,R RewriteRule ^/fedora-medical/ticket/(.*) https://pagure.io/fedora-medical/issue/$1 [L,R] RewriteRule ^/fedora-medical/ https://pagure.io/fedora-medical [R=301] +RewriteRule ^/libverto/ https://github.com/latchset/libverto/ [R=301] +RewriteRule ^/libverto https://github.com/latchset/libverto [R=301] + # Ipsilon wiki is now moving content ReWriteCond %{REQUEST_URI} !^/ipsilon/.* |