diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index 5e37fc6ca7..756b6c51a6 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -489,6 +489,16 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ ProxyPass "/iah50.r.cloudfront.net/" "https://iah50.r.cloudfront.net/" ttl=120 keepalive=On retry=0 ProxyPassReverse "/iah50.r.cloudfront.net/" "https://iah50.r.cloudfront.net/" + # cdn01.quay.io + CacheEnable disk "/cdn01.quay.io" + ProxyPass "/cdn01.quay.io/" "https://cdn01.quay.io/" ttl=120 keepalive=On retry=0 + ProxyPassReverse "/cdn01.quay.io/" "https://cdn01.quay.io/" + + # cdn02.quay.io + CacheEnable disk "/cdn02.quay.io" + ProxyPass "/cdn02.quay.io/" "https://cdn02.quay.io/" ttl=120 keepalive=On retry=0 + ProxyPassReverse "/cdn02.quay.io/" "https://cdn02.quay.io/" + # quay.io CacheEnable disk "/" ProxyPass "/" "https://quay.io/" ttl=120 keepalive=On retry=0