From 937acf87ef00d257f73faaf5c0844b6bf7074a70 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Thu, 5 Nov 2020 11:05:37 -0300 Subject: d/boca-web.postinst does not enable SSL Although is important to user SSL connections with BOCA we will not enable default sites because it needs more configuration to make it work properly Signed-off-by: Bruno Ribas --- debian/boca-web.postinst | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian') diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst index e71cb97..2006bff 100644 --- a/debian/boca-web.postinst +++ b/debian/boca-web.postinst @@ -5,8 +5,6 @@ chown -R www-data.www-data /var/www/boca chmod -R go-rwx /var/www/boca/src/private -a2ensite default-ssl -a2enmod ssl a2enmod socache_shmcb a2enmod proxy_fcgi -- cgit v1.2.3