From 5a371a1049db9afed1e8a32af37fc44cbefad7fd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Jul 2024 14:22:14 -0700 Subject: [PATCH] mirrormanager: redirect mirrors.fedoraproject.org to new mirrormanager The mirrormanager application moved over to mirrormanager.fedoraproject.org from admin.fedoraproject.org/mirrormanager. So we need to change this redirect to point things to the new place. Signed-off-by: Kevin Fenzi --- .../templates/reversepassproxy.mirrormanager-mirrorlist.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager-mirrorlist.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager-mirrorlist.conf index 800bdb30d7..d5188f6bd0 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager-mirrorlist.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager-mirrorlist.conf @@ -28,7 +28,7 @@ RewriteRule ^/mirrorlist(.*) {{proxyurl}}/mirrorlist$1 [P,L] RewriteRule ^/metalink(.*) {{proxyurl}}/metalink$1 [P,L] RewriteRule ^/$ /publiclist/ [R,L] -RewriteRule ^/publiclist(.*) https://admin.fedoraproject.org/mirrormanager/ [R,L] +RewriteRule ^/publiclist(.*) https://mirrormanager.fedoraproject.org/ [R,L] ProxyPassReverse /static {{proxyurl}}/static ProxyPassReverse /mirrorlist {{proxyurl}}/mirrorlist