Renamed nginx-nonphp to nginx_nonphp
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
if [ $IMODE = n ]; then
|
||||
#WebServers
|
||||
webservers=("Nginx:" "Will install NGINX Webserver." ON)
|
||||
webservers+=("Nginx-nonphp:" "Will install NGINX Webserver without php-fpm." ON)
|
||||
webservers+=("Nginx_nonphp:" "Will install NGINX Webserver without php-fpm." ON)
|
||||
webservers+=("Apache:" "Will install Apache Webserver." OFF)
|
||||
|
||||
##Nginx
|
||||
@@ -18,9 +18,9 @@ nginxOptions=("Redis:" "Redis caching" OFF)
|
||||
|
||||
##Nginx
|
||||
#CMSList
|
||||
nginx-nonphpCMSL=("None:" "A plain webserver will be setup." OFF)
|
||||
nginx_nonphpCMSL=("None:" "A plain webserver will be setup." OFF)
|
||||
#Options
|
||||
nginx-nonphpOptions=("Redis:" "Redis caching" OFF)
|
||||
nginx_nonphpOptions=("Redis:" "Redis caching" OFF)
|
||||
|
||||
##Apache
|
||||
#CMSList
|
||||
@@ -33,7 +33,7 @@ apacheOptions=("Redis:" "Redis caching" OFF)
|
||||
fi
|
||||
if [ $IMODE = l ]; then
|
||||
#WebServers
|
||||
webservers=("Nginx" "Nginx-nonphp" "Apache" "Quit")
|
||||
webservers=("Nginx" "Nginx_nonphp" "Apache" "Quit")
|
||||
|
||||
##Nginx
|
||||
#CMSList
|
||||
@@ -43,9 +43,9 @@ nginxOptions=("Redis:")
|
||||
|
||||
##Nginx-nonphp
|
||||
#CMSList
|
||||
nginx-nonphpCMSL=("None")
|
||||
nginx_nonphpCMSL=("None")
|
||||
#Options
|
||||
nginx-nonphpOptions=("Redis:")
|
||||
nginx_nonphpOptions=("Redis:")
|
||||
|
||||
##Apache
|
||||
#CMSList
|
||||
|
||||
Reference in New Issue
Block a user