diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-08-18 03:08:09 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-08-18 03:08:09 +0000 |
| commit | 9ebc3829c3e18a0ca76f87c2abd8b8bb153317d3 (patch) | |
| tree | 6f86f05978b0bc176221a44f675a0a2cbc8d947d /debian/boca.postinst | |
| parent | ed319645b6f07e61bf36718a425b9c0f77517895 (diff) | |
| download | boca-9ebc3829c3e18a0ca76f87c2abd8b8bb153317d3.tar.gz boca-9ebc3829c3e18a0ca76f87c2abd8b8bb153317d3.zip | |
debian/boca.postinst: enable apache ssl
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian/boca.postinst')
| -rw-r--r-- | debian/boca.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/boca.postinst b/debian/boca.postinst index fe58575..18ce749 100644 --- a/debian/boca.postinst +++ b/debian/boca.postinst @@ -4,4 +4,8 @@ chown -R www-data.www-data /var/www/boca chmod -R go-rwx /var/www/boca/src/private chmod 4555 /usr/bin/safeexec +a2ensite default-ssl +a2enmod ssl +a2enmod socache_shmcb + service apache2 restart || true |