diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 03:35:18 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 03:35:18 +0000 |
| commit | d8e874c3b1d980c9f8407bbc25d84730fbc24240 (patch) | |
| tree | fd11de45fb64e8b8751d5bceee459f02a49a93ad /debian | |
| parent | 6266585d920f689239d1f293230461c8d77747fc (diff) | |
| download | boca-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.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 |