Added FrontController CMS
This commit is contained in:
@@ -13,6 +13,7 @@ webservers+=("Apache:" "Will install Apache Webserver." OFF)
|
||||
nginxCMSL=("None:" "A plain webserver will be setup." 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+=("FrontController:" "Will prepair enviroment for frontcontroller." OFF)
|
||||
#Options
|
||||
nginxOptions=("Redis:" "Redis caching" OFF)
|
||||
nginxOptions+=("Postfix:" "Mail MTA" OFF)
|
||||
@@ -40,7 +41,7 @@ webservers=("Nginx" "Nginx_nonphp" "Apache" "Quit")
|
||||
|
||||
##Nginx
|
||||
#CMSList
|
||||
nginxCMSL=("None" "Wordpress" "Nextcloud")
|
||||
nginxCMSL=("None" "Wordpress" "Nextcloud" "FrontController")
|
||||
#Options
|
||||
nginxOptions=("Redis:" "Postfix:")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user