From 2bb29286ffe76bc922168a86a5c58dfd5d08fead Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 9 Oct 2024 10:24:01 +0200 Subject: [PATCH] Remove copr mirrors from the list It seems these mirrors/repos are not used anywhere as of today and can be safely removed from the list. Change-Id: I4aee98aa6c159bb4617b0b584dee943f1070303c --- playbooks/roles/mirror/templates/mirror.vhost.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index 88a546f0b5..ab7675245a 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -315,15 +315,6 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ CacheEnable disk "/alpine" ProxyPass "/alpine/" "http://dl-cdn.alpinelinux.org/alpine/" ttl=120 keepalive=On retry=0 ProxyPassReverse "/alpine/" "http://dl-cdn.alpinelinux.org/alpine/" - - # LXC (copr) - CacheEnable disk "/copr-lxc2" - ProxyPass "/copr-lxc2/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc2.0/" ttl=120 keepalive=On retry=0 - ProxyPassReverse "/copr-lxc2/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc2.0/" - - CacheEnable disk "/copr-lxc3" - ProxyPass "/copr-lxc3/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc3.0/" ttl=120 keepalive=On retry=0 - ProxyPassReverse "/copr-lxc3/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc3.0/"