Github user wido commented on the issue:
https://github.com/apache/cloudstack/pull/1582
A CNAME for download.cloudstack.org can be created, the
cloudstack.apt-get.eu server is ready for it.
```
<VirtualHost *:80>
ServerName cloudstack.apt-get.eu
ServerAlias download.cloudstack.org
ServerAdmin webmaster@localhost
DocumentRoot /srv/mirror/cloudstack
<Directory /srv/mirror/cloudstack>
Options FollowSymLinks Indexes
AllowOverride none
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---