Update defaults.inc

This commit is contained in:
2019-02-26 23:03:00 -06:00
parent f92ece762a
commit 0cf43c29e8

View File

@@ -57,7 +57,8 @@ REPL_CHECKS['www']='/var/www'
REPL_CHECKS['git']='/var/lib/gitea'
REPL_CHECKS['gitssh']='/home/git'
REPL_CHECK=(nginx ssl php www git gitssh)
NODE_REPL_CHECK=(ssl)
WEB_REPL_CHECK=(nginx php www git gitssh)
declare -A REPL_DESC
REPL_DESC['nginx']='NGINX Settings'