aboutsummaryrefslogtreecommitdiff
path: root/debian/boca.postinst
blob: 18ce74904d7af723f02a9018183e304cd2693776 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

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