diff --git a/CoreModules/apache/conf.sh b/CoreModules/apache/conf.sh index a4d1337..edd361f 100644 --- a/CoreModules/apache/conf.sh +++ b/CoreModules/apache/conf.sh @@ -27,4 +27,7 @@ ln -s /etc/apache2/sites-available/"$sitename"_nossl.conf /etc/apache2/sites-ena wget -q -t7 -O - "$repo"/raw/branch/"$branch"/CoreModules/apache/config/apache2/site_ssl-unconfigured >> /etc/apache2/sites-available/"$sitename"_ssl.conf sed -i -e 's/DOMAINname/'$domain'/' /etc/apache2/sites-available/"$sitename"_ssl.conf +# custom Welcome page +echo "$webserv is functioning normally" > /var/www/html/index.html + systemctl start apache2 \ No newline at end of file