diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-07-31 18:08:20 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-07-31 18:08:20 +0000 |
commit | 59e1278bfb1c407ee09cda17d80b7d7ef1c9661f (patch) | |
tree | 1ee4839ef0c82b0616432390c86fa154a2fb84dc | |
parent | ac159f984addf28e646eea311aaa974860628481 (diff) | |
download | ansible-59e1278bfb1c407ee09cda17d80b7d7ef1c9661f.tar.gz ansible-59e1278bfb1c407ee09cda17d80b7d7ef1c9661f.tar.xz ansible-59e1278bfb1c407ee09cda17d80b7d7ef1c9661f.zip |
add redirects for fedora-medical, ticket 6173
-rw-r--r-- | files/httpd/fedorahosted-redirects.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index 94ad9bdfd..d005d38fd 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -224,6 +224,10 @@ RewriteRule ^/lohit/ https://pagure.io/lohit [R=301] RewriteRule ^/aplaws/ https://aplaws.org/ [R=301] RewriteRule ^/aplaws https://aplaws.org [R=301] +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] + # Ipsilon wiki is now moving content ReWriteCond %{REQUEST_URI} !^/ipsilon/.* |