Added Redis
This commit is contained in:
@@ -13,17 +13,14 @@ nginxCMSL=("None:" "A plain webserver will be setup." OFF)
|
|||||||
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
||||||
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
|
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
|
||||||
#Options
|
#Options
|
||||||
nginxOptions=("Option 1:" "Option 1 Desription" OFF)
|
nginxOptions=("Redis:" "Redis caching" OFF)
|
||||||
nginxOptions+=("Option 2:" "Option 2 Desription" OFF)
|
|
||||||
nginxOptions+=("Option 3:" "Option 3 Desription" OFF)
|
|
||||||
|
|
||||||
##Apache
|
##Apache
|
||||||
#CMSList
|
#CMSList
|
||||||
apacheCMSL=("None:" "A plain webserver will be setup." OFF)
|
apacheCMSL=("None:" "A plain webserver will be setup." OFF)
|
||||||
apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
|
||||||
#Options
|
#Options
|
||||||
apacheOptions=("Option 1:" "Option 1 Desription" OFF)
|
apacheOptions=("Redis:" "Redis caching" OFF)
|
||||||
apacheOptions+=("Option 2: " "Option 2 Desription" OFF)
|
|
||||||
fi
|
fi
|
||||||
if [ $IMODE = l ]; then
|
if [ $IMODE = l ]; then
|
||||||
#WebServers
|
#WebServers
|
||||||
@@ -32,12 +29,12 @@ webservers=("Nginx" "Apache" "Quit")
|
|||||||
#CMSList
|
#CMSList
|
||||||
nginxCMSL=("Wordpress" "Nextcloud" "None")
|
nginxCMSL=("Wordpress" "Nextcloud" "None")
|
||||||
#Options
|
#Options
|
||||||
nginxOptions=("Ngx Option 1:" "Ngx Option 2:" "Ngx Option 3:")
|
nginxOptions=("Redis:")
|
||||||
|
|
||||||
|
|
||||||
##Apache
|
##Apache
|
||||||
#CMSList
|
#CMSList
|
||||||
apacheCMSL=("Wordpress" "Nextcloud" "None")
|
apacheCMSL=("Wordpress" "Nextcloud" "None")
|
||||||
#Options
|
#Options
|
||||||
apacheOptions=("Apa Option 1:" "Apa Option 2:" "Apa Option 3:")
|
apacheOptions=("Redis:")
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user