diff --git a/setup/functions b/setup/functions index c561f7d7..0696b3b8 100644 --- a/setup/functions +++ b/setup/functions @@ -232,8 +232,6 @@ function installHttpd { ubuntu1804) apt-get install -y apache2 - a2enmod ssl - systemctl restart apache2 if [ -n "$firewallCmdExists" ]; then # Enable SSL ports on the firewall @@ -358,6 +356,7 @@ EOT ;; ubuntu1804) + a2enmod ssl a2enconf mailtrain systemctl restart apache2 ;;