diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index ab7675245a..851d048052 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -254,13 +254,6 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ Substitute "s|https://files.pythonhosted.org/|/pypifiles/|ni" - # images.linuxcontainers.org - # NOTE(noonedeadpunk): This proxy is not used by anyone as of Yoga release. Only EM branches - # still utilize it. So it can be safely removed in the future. - CacheEnable disk "/images.linuxcontainers" - ProxyPass "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/" ttl=120 keepalive=On retry=0 - ProxyPassReverse "/images.linuxcontainers/" "https://us.lxd.images.canonical.com/" - # registry.npmjs.org CacheEnable disk "/registry.npmjs" ProxyPass "/registry.npmjs/" "https://registry.npmjs.org/" ttl=120 keepalive=On retry=0 nocanon