redirect deltas to cloudfront too

This commit is contained in:
Kevin Fenzi 2018-06-15 18:09:11 +00:00
parent ef8ca5d767
commit 6b7394c856

View file

@ -19,6 +19,7 @@ RedirectMatch 302 ^/pub/fedora/linux/atomic https://kojipkgs.fedoraproject.org/a
Redirect 302 "/ostree/27" "https://kojipkgs.fedoraproject.org/atomic/repo"
Redirect 302 "/pub/ostree/27" "https://kojipkgs.fedoraproject.org/atomic/repo"
RedirectMatch 302 ^/atomic/repo/deltas/(.*) https://d2os45suu8yck8.cloudfront.net/$1
RedirectMatch 302 ^/atomic/repo/objects/(.*) https://d2os45suu8yck8.cloudfront.net/$1
RedirectMatch 302 ^/atomic/repo/(.*) https://kojipkgs.fedoraproject.org/atomic/repo/$1