From: Thomas Goirand Date: Mon, 14 Jan 2013 15:51:09 +0000 (+0000) Subject: Also disable the SSL vhost of the dashboard in the prerm, re-enable the default vhost... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e30fedc61ea4bf1fcd7f3033df068d2c162f1a67;p=openstack-build%2Fhorizon-build.git Also disable the SSL vhost of the dashboard in the prerm, re-enable the default vhost too. Rewritten-From: 27d16a5cbbda0fa5177a73b6b58a38a366ef6409 --- diff --git a/xenial/debian/openstack-dashboard-apache.prerm b/xenial/debian/openstack-dashboard-apache.prerm index f731910..eeacdad 100644 --- a/xenial/debian/openstack-dashboard-apache.prerm +++ b/xenial/debian/openstack-dashboard-apache.prerm @@ -3,5 +3,8 @@ set -e a2dissite openstack-dashboard +a2dissite openstack-dashboard-ssl-redirect +a2dissite openstack-dashboard-ssl +a2ensite default #DEBHELPER# \ No newline at end of file