diff options
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 |