diff options
Diffstat (limited to 'debian/boca-web.postinst')
| -rw-r--r-- | debian/boca-web.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst index 824654c..5191e34 100644 --- a/debian/boca-web.postinst +++ b/debian/boca-web.postinst @@ -9,9 +9,6 @@ chmod -R go-rwx /var/www/boca/src/private # Stop the apache2 server before changing enabled modules systemctl stop apache2 -# Ensure that apache's embedded php module is not loaded -a2dismod php8.1 - # Configure HTTPS in Apache # See https://www.arubacloud.com/tutorial/how-to-enable-https-protocol-with-apache-2-on-ubuntu-20-04.aspx # Enable SSL module |