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