Clean up post-apache move carnage.

Change-Id: Ieeb8469126d64df75e7fa0fff67618daa6990674
Reviewed-on: https://review.openstack.org/11246
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-12 10:47:51 -07:00 committed by Jenkins
parent 3850c54837
commit cf23cf26f3
1 changed files with 2 additions and 2 deletions

View File

@ -63,10 +63,10 @@ IMAGE_LOGOS = '/images/mailman/'
#-------------------------------------------------------------
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = '<%= mailman_host %>'
DEFAULT_EMAIL_HOST = '<%= vhost_name %>'
#-------------------------------------------------------------
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST = '<%= mailman_host %>'
DEFAULT_URL_HOST = '<%= vhost_name %>'
#-------------------------------------------------------------
# Required when setting any of its arguments.
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)