Update 'Extra_Domains/Domain_Installer.sh'
This commit is contained in:
@@ -35,16 +35,16 @@ select opt in "${options[@]}"
|
|||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
"Apache")
|
"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;;
|
break;;
|
||||||
"Nginx proxy")
|
"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;;
|
break;;
|
||||||
"Nginx proxy & standalone")
|
"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;;
|
break;;
|
||||||
"Nginx, PHP-FPM")
|
"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;;
|
break;;
|
||||||
"Quit")
|
"Quit")
|
||||||
exit;;
|
exit;;
|
||||||
|
|||||||
Reference in New Issue
Block a user