From 253c727bf8b4f874ae9488a1393acc5bcbbeae37 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Feb 2014 14:11:51 +0100 Subject: [PATCH] turn off default site on jessie --- debian/unfold.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0