Update defaults.inc
This commit is contained in:
@@ -158,6 +158,7 @@ declare -A REPL_CHECKS
|
|||||||
REPL_CHECKS['apache']='/etc/apache2'
|
REPL_CHECKS['apache']='/etc/apache2'
|
||||||
REPL_CHECKS['nginx']='/mnt/web-data/nginx'
|
REPL_CHECKS['nginx']='/mnt/web-data/nginx'
|
||||||
REPL_CHECKS['nginxproxy']='/opt/nginx-proxy'
|
REPL_CHECKS['nginxproxy']='/opt/nginx-proxy'
|
||||||
|
REPL_CHECKS['lb-data']='/opt/lb-data'
|
||||||
REPL_CHECKS['ssl']='/mnt/web-data/letsencrypt'
|
REPL_CHECKS['ssl']='/mnt/web-data/letsencrypt'
|
||||||
REPL_CHECKS['lessh']='/home/le/.ssh'
|
REPL_CHECKS['lessh']='/home/le/.ssh'
|
||||||
REPL_CHECKS['php']='/mnt/web-data/php'
|
REPL_CHECKS['php']='/mnt/web-data/php'
|
||||||
@@ -172,7 +173,7 @@ REPL_CHECKS['nextcloud-php']='/etc/php'
|
|||||||
#MYSQL_REPL_CHECK=( )
|
#MYSQL_REPL_CHECK=( )
|
||||||
#WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
|
#WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
|
||||||
WEB_REPL_CHECK=( www )
|
WEB_REPL_CHECK=( www )
|
||||||
LB_REPL_CHECK=( nginxproxy )
|
LB_REPL_CHECK=( lb-data )
|
||||||
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
|
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
|
||||||
#NC_REPL_CHECK=( )
|
#NC_REPL_CHECK=( )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user