status.openstack.org: send zuul link to opendev zuul

Due to a configuration issue, zuul.openstack.org is currently throwing
SSL validation errors.  Update the status.openstack.org to the
canonical OpenStack tenant page directly.

Change-Id: Idf08e140de11126061cb6f9783d13dc64fefff60
This commit is contained in:
Ian Wienand 2020-04-27 09:42:11 +10:00
parent 2e2be9e687
commit 1d0d62c6a6

View File

@ -66,7 +66,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
</IfVersion>
</Directory>
RedirectMatch temp ^/zuul(.*) http://zuul.openstack.org/
RedirectMatch temp ^/zuul(.*) https://zuul.opendev.org/t/openstack/status
ErrorLog /var/log/apache2/<%= @name %>_error.log
LogLevel warn