From aef3045e84ef816ca1843efbf2b0768c7e1e79dd Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Thu, 4 Oct 2018 13:14:15 +0200 Subject: [PATCH] Update 'Extra_Domains/Domain_Installer.sh' --- Extra_Domains/Domain_Installer.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Extra_Domains/Domain_Installer.sh b/Extra_Domains/Domain_Installer.sh index 0e881ae..2b8a26e 100644 --- a/Extra_Domains/Domain_Installer.sh +++ b/Extra_Domains/Domain_Installer.sh @@ -21,7 +21,7 @@ echo "Administrator email:" read email echo "Webserver:" PS3='Keuze:' -options=("Apache" "Apache, Nginx reverse proxy" "Nginx, PHP-FPM" "Quit") +options=("Apache" "Apache, Nginx reverse proxy" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit") select opt in "${options[@]}" do case $opt in @@ -29,6 +29,9 @@ do script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/Apache_Domain.sh break;; "Apache, Nginx reverse proxy") + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/RevProxyAdvanced_Domain.sh + break;; + "Nginx reverse proxy") script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Extra_Domains/RevProxySimple_Domain.sh break;; "Nginx, PHP-FPM")