Update defaults.inc

This commit is contained in:
2019-11-23 18:48:52 -06:00
parent 66162cddc4
commit 2ba8174bd4

View File

@@ -82,10 +82,13 @@ REPL_CHECKS['git']='/var/lib/gitea'
REPL_CHECKS['gitssh']='/home/git'
REPL_CHECKS['pma']='/etc/phpmyadmin'
REPL_CHECKS['pdnsa']='/opt/powerdns-admin'
REPL_CHECKS['nextcloud-data']='/Nextcloud-Data'
REPL_CHECKS['nextcloud-www']='/var/www/nextcloud'
MYSQL_REPL_CHECK=( )
WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa)
LB_REPL_CHECK=( )
NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www)
declare -A REPL_DESC
REPL_DESC['nginx']='NGINX Settings'