diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:05:37 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 14:05:37 +0000 |
| commit | 937acf87ef00d257f73faaf5c0844b6bf7074a70 (patch) | |
| tree | 7b1737bd103a0be25857b72c8bee03af4ed7d277 | |
| parent | 34101682a7f1959da53617d460f6ac7a10571479 (diff) | |
| download | boca-937acf87ef00d257f73faaf5c0844b6bf7074a70.tar.gz boca-937acf87ef00d257f73faaf5c0844b6bf7074a70.zip | |
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 <brunoribas@gmail.com>
| -rw-r--r-- | debian/boca-web.postinst | 2 |
1 files changed, 0 insertions, 2 deletions
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 |