diff --git a/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf b/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf index 087735b379..77be468cb7 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/ -Redirect 302 ^/ostree/27 https://kojipkgs.fedoraproject.org/atomic/workstation/ -Redirect 302 ^/pub/ostree/27 https://kojipkgs.fedoraproject.org/atomic/workstation/ +Redirect 302 "/ostree/27" "https://kojipkgs.fedoraproject.org/atomic/workstation/" +Redirect 302 "/pub/ostree/27" "https://kojipkgs.fedoraproject.org/atomic/workstation/"