need to enable the apache ssl module
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 7 Feb 2014 14:17:37 +0000 (15:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 7 Feb 2014 14:17:37 +0000 (15:17 +0100)
debian/unfold.postinst

index f3f4435..f307b31 100644 (file)
@@ -7,6 +7,8 @@ chmod -R 700 /var/unfold
 # upgrading end
 /usr/share/unfold/manage.py syncdb
 /usr/share/unfold/manage.py migrate
+# enable required stuff
+a2enmod ssl
 a2dissite default
 a2ensite unfold.conf
 service apache2 restart