X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=debian%2Funfold.postinst;h=f307b31975866ef58b51f6bca826b2973b6fc8a7;hp=f3f4435851e11067459ccf3bba9b893b422b581f;hb=8a09c0920e21c050199637bd3a7295a7865a264d;hpb=3fe78396920b80ebd37ba820503ee8762fd6f2a4 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