From: Thierry Parmentelat Date: Fri, 7 Feb 2014 14:17:37 +0000 (+0100) Subject: need to enable the apache ssl module X-Git-Tag: myslice-0.3-0~2^2~9 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=8a09c0920e21c050199637bd3a7295a7865a264d need to enable the apache ssl module --- diff --git a/debian/unfold.postinst b/debian/unfold.postinst index f3f44358..f307b319 100644 --- a/debian/unfold.postinst +++ b/debian/unfold.postinst @@ -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