diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index 9a9a58df04..660e9304ae 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -257,9 +257,11 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ # 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/" "http://us.images.linuxcontainers.org/" ttl=120 keepalive=On retry=0 - ProxyPassReverse "/images.linuxcontainers/" "http://us.images.linuxcontainers.org/" + 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"