From d5461e36d6779cf8f7c5476f88da91effe3deef8 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 12 Dec 2019 13:11:09 +0100 Subject: [PATCH] Update 'CoreModules/nginx/conf.sh' --- CoreModules/nginx/conf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CoreModules/nginx/conf.sh b/CoreModules/nginx/conf.sh index a495c52..af449bd 100644 --- a/CoreModules/nginx/conf.sh +++ b/CoreModules/nginx/conf.sh @@ -21,6 +21,8 @@ mkdir -p /opt/toggle wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Modules/BackendToggle-Scripts/toggle-Netdata_NGINX.sh -O /opt/toggle/toggle-Netdata.sh wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Modules/BackendToggle-Scripts/toggle-PhpMyAdmin.sh -O /opt/toggle/toggle-PhpMyAdmin.sh +# custom Welcome page +echo "$webserv is functioning normally" > /var/www/html/index.html ############### # PHP-FPM # ###############