diff --git a/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf b/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf index a0b2126a5d..03beb12343 100644 --- a/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf +++ b/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf @@ -7,6 +7,6 @@ RewriteRule ^/$ /pub [R=302,L] RedirectMatch 302 ^/pub/fedora/linux/atomic/(.*$) https://kojipkgs.fedoraproject.org/atomic/$1 RedirectMatch 302 ^/pub/fedora/linux/atomic https://kojipkgs.fedoraproject.org/atomic/ -RedirectMatch 302 ^/ostree/27/ https://kojipkgs.fedoraproject.org/atomic/workstation/ -RedirectMatch 302 ^/pub/ostree/27/ https://kojipkgs.fedoraproject.org/atomic/workstation/ +RedirectMatch 302 ^/ostree/27 https://kojipkgs.fedoraproject.org/atomic/workstation/ +RedirectMatch 302 ^/pub/ostree/27 https://kojipkgs.fedoraproject.org/atomic/workstation/