diff --git a/mirror.nginx.conf b/mirror.nginx.conf index d787d11..b467a39 100644 --- a/mirror.nginx.conf +++ b/mirror.nginx.conf @@ -57,6 +57,12 @@ proxy_redirect $scheme://$host/ /mirrors/artifacts.elastic.co/; } + location /mirrors/packages.elastic.co/ { + proxy_pass https://packages.elastic.co/; + proxy_ssl_server_name on; + proxy_redirect $scheme://$host/ /packages/artifacts.elastic.co/; + } + location /clamav/ { proxy_pass https://packages.microsoft.com/clamav/; proxy_ssl_server_name on;