aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-04 03:35:18 +0000
committerDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-04 03:35:18 +0000
commitd8e874c3b1d980c9f8407bbc25d84730fbc24240 (patch)
treefd11de45fb64e8b8751d5bceee459f02a49a93ad /debian
parent6266585d920f689239d1f293230461c8d77747fc (diff)
downloadboca-d8e874c3b1d980c9f8407bbc25d84730fbc24240.tar.gz
boca-d8e874c3b1d980c9f8407bbc25d84730fbc24240.zip
Enable boca's virtual host on HTTP (web interface)
This fixes the access to the boca's web interface
Diffstat (limited to 'debian')
-rw-r--r--debian/boca-web.postinst3
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