From d8e874c3b1d980c9f8407bbc25d84730fbc24240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Sat, 4 Mar 2023 00:35:18 -0300 Subject: Enable boca's virtual host on HTTP (web interface) This fixes the access to the boca's web interface --- debian/boca-web.postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3