dave2wave opened a new issue, #1507:
URL: https://github.com/apache/tooling-trusted-releases/issues/1507
When we activate the beta we want to redirect `release-test.apache.org` to
`releases.apache.org`.
We will want to do this in a new vhost. In looking at P6 this requires
creating two new module files:
1. modules/tooling/manifests/redirect_vhost.pp
2.modules/tooling/templates/redirect_vhost.epp
All the usual vhost protections with:
```
RewriteEngine On
RewriteRule ^/(.*)$ https://<%= $redirect %>/$1 [R=301,L]
```
Then in data/nodes/tooling-vm-ec2-de.apache.org.yaml something like:
```
tooling::redirect_vhost:
releases-stage.apache.org:
redirect: 'releases.apache.org'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]