Merge "ptgbot: Add ServerAlias for ptg.openstack.org"

This commit is contained in:
Zuul 2021-10-07 00:48:47 +00:00 committed by Gerrit Code Review
commit 3cd5d95d14

View File

@ -1,5 +1,6 @@
<VirtualHost *:80>
ServerName ptg.opendev.org
ServerAlias ptg.openstack.org
ServerAdmin infra-root@openstack.org
ErrorLog ${APACHE_LOG_DIR}/ptg-error.log
@ -14,6 +15,7 @@
<VirtualHost *:443>
ServerName ptg.opendev.org
ServerAlias ptg.openstack.org
ServerAdmin webmaster@openstack.org
RewriteCond %{HTTP_HOST} !^ptg\.opendev\.org [nocase]