From cd9adb1c406f28c895e6e1cc6cfaeb600dddac3e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 30 Jan 2019 20:34:53 +0100 Subject: [PATCH] Remove the split cloudfront instances, and switch to the combined one Signed-off-by: Patrick Uiterwijk --- roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf b/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf index b9a149f091..2537f193b4 100644 --- a/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf +++ b/roles/download/files/httpd/dl.fedoraproject.org/rewrite.conf @@ -11,8 +11,8 @@ 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://d14lrfjen188b1.cloudfront.net/$1 -RedirectMatch 302 ^/atomic/repo/objects/(.*) https://d2os45suu8yck8.cloudfront.net/$1 +RedirectMatch 302 ^/atomic/repo/deltas/(.*) https://d1gglb5celp6et.cloudfront.net/deltas/$1 +RedirectMatch 302 ^/atomic/repo/objects/(.*) https://d1gglb5celp6et.cloudfront.net/objects/$1 RedirectMatch 302 ^/atomic/repo/(.*) https://kojipkgs.fedoraproject.org/atomic/repo/$1 RedirectMatch 302 ^/cdn-testing/atomic/repo/deltas/(.*) https://d1dgksnh07m2j5.cloudfront.net/deltas/$1