Update 'CoreModules/apache/conf.sh'

This commit is contained in:
2020-09-02 11:11:44 +00:00
parent 8a5d7d12cf
commit 48d20f5850

View File

@@ -42,6 +42,10 @@ wget -q -t7 -O - "$repo"/raw/branch/"$branch"/CoreModules/apache/config/apache2/
sed -i -e 's/DOMAINname/'$hostname'/' /etc/apache2/sites-available/Backend_ssl.conf
mkdir -p /opt/toggle
wget -q -t7 "$repo"/raw/branch/"$branch"/Scripts/toggles/toggle-PhpMyAdmin_APACHE.sh -O /opt/toggle/toggle-PhpMyAdmin.sh
# custom Welcome page
echo "<html><head></head><body>$webserv is functioning normally</body></html>" > /var/www/html/index.html