diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/boca-web.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst index 5191e34..091905b 100644 --- a/debian/boca-web.postinst +++ b/debian/boca-web.postinst @@ -17,6 +17,9 @@ a2enmod ssl # Enable default SSL Virtual Host a2ensite default-ssl +# Enable boca HTTP Virtual Host +a2ensite 000-boca.conf + # Enable apache's shared object cache provider that uses a high-performance # cyclic buffer inside a shared memory segment # See https://httpd.apache.org/docs/2.4/socache.html |