From 204bf6b007551785c479ca651d7fc48e6877962e Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Mon, 8 Oct 2018 12:05:44 +0200 Subject: [PATCH] Update 'Main-Installer.sh' --- Main-Installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main-Installer.sh b/Main-Installer.sh index 947c2a3..d3bcb76 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -21,14 +21,14 @@ echo "Administrator email:" read email echo "Webserver:" PS3='Keuze:' -options=("Apache" "Apache, Nginx reverse proxy" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit") +options=("Apache" "Nginx reverse proxy, webserver" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit") select opt in "${options[@]}" do case $opt in "Apache") script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Apache-Installer.sh break;; - "Apache, Nginx reverse proxy") + "Nginx reverse proxy, webserver") script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/RevProxyAdvanced.sh break;; "Nginx reverse proxy")