From: Thierry Parmentelat Date: Mon, 10 Feb 2014 13:11:51 +0000 (+0100) Subject: turn off default site on jessie X-Git-Tag: myslice-0.3-0~2^2~5 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=253c727bf8b4f874ae9488a1393acc5bcbbeae37 turn off default site on jessie --- diff --git a/debian/unfold.postinst b/debian/unfold.postinst index f0ecf8c7..c5cd80da 100644 --- a/debian/unfold.postinst +++ b/debian/unfold.postinst @@ -11,7 +11,8 @@ chmod -R 700 /var/unfold /usr/share/unfold/manage.py migrate # enable required stuff a2enmod ssl -a2dissite default || : +# name seems to depend on the debian distro +a2dissite default || a2dissite 000-default || : a2ensite unfold.conf # create a server-side cert/key and passes on gids to rehash them unfold-init-ssl.sh