From e30fedc61ea4bf1fcd7f3033df068d2c162f1a67 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 14 Jan 2013 15:51:09 +0000 Subject: [PATCH] Also disable the SSL vhost of the dashboard in the prerm, re-enable the default vhost too. Rewritten-From: 27d16a5cbbda0fa5177a73b6b58a38a366ef6409 --- xenial/debian/openstack-dashboard-apache.prerm | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2