]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Also disable the SSL vhost of the dashboard in the prerm, re-enable the default vhost...
authorThomas Goirand <thomas@goirand.fr>
Mon, 14 Jan 2013 15:51:09 +0000 (15:51 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 14 Jan 2013 15:51:09 +0000 (15:51 +0000)
Rewritten-From: 27d16a5cbbda0fa5177a73b6b58a38a366ef6409

trusty/debian/openstack-dashboard-apache.prerm

index f7319102d90f1b2122843fb0344e842b71665594..eeacdad28e4069519eb858aa192516692076a5bf 100644 (file)
@@ -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