Update 'Extra_Domains/Domain_Installer.sh'

This commit is contained in:
bprieshof
2019-01-10 14:38:53 +01:00
parent 87f127db1b
commit cd424b14a0

View File

@@ -35,16 +35,16 @@ select opt in "${options[@]}"
do
case $opt in
"Apache")
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/Apache_Domain.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Extra_Domains/Apache_Domain.sh
break;;
"Nginx proxy")
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/RevProxySimple_Domain.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Extra_Domains/RevProxySimple_Domain.sh
break;;
"Nginx proxy & standalone")
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/RevProxyAdvanced_Domain.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/mastermaster/Extra_Domains/RevProxyAdvanced_Domain.sh
break;;
"Nginx, PHP-FPM")
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/NGINX_Domain.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Extra_Domains/NGINX_Domain.sh
break;;
"Quit")
exit;;