Update defaults.inc
This commit is contained in:
12
defaults.inc
12
defaults.inc
@@ -138,22 +138,22 @@ NM_SRVCOPT=(start stop restart reload enable disable)
|
||||
|
||||
declare -A REPL_CHECKS
|
||||
REPL_CHECKS['apache']='/etc/apache2'
|
||||
REPL_CHECKS['nginx']='/etc/nginx'
|
||||
REPL_CHECKS['nginx']='/mnt/web-data/nginx'
|
||||
REPL_CHECKS['nginxproxy']='/opt/nginx-proxy'
|
||||
REPL_CHECKS['ssl']='/etc/letsencrypt'
|
||||
REPL_CHECKS['ssl']='/mnt/web-data/letsencrypt'
|
||||
REPL_CHECKS['lessh']='/home/le/.ssh'
|
||||
REPL_CHECKS['php']='/etc/php'
|
||||
REPL_CHECKS['www']='/var/www'
|
||||
REPL_CHECKS['php']='/mnt/web-data/php'
|
||||
REPL_CHECKS['www']='/mnt/web-data/www'
|
||||
REPL_CHECKS['git']='/mnt/web-data/gitea'
|
||||
REPL_CHECKS['gitssh']='/home/git'
|
||||
REPL_CHECKS['pma']='/etc/phpmyadmin'
|
||||
REPL_CHECKS['pma']='/mnt/web-data/phpmyadmin'
|
||||
REPL_CHECKS['pdnsa']='/mnt/web-data/powerdns-admin'
|
||||
REPL_CHECKS['nextcloud-data']='/mnt/Nextcloud-Data'
|
||||
REPL_CHECKS['nextcloud-php']='/etc/php'
|
||||
|
||||
#MYSQL_REPL_CHECK=( )
|
||||
#WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
|
||||
#WEB_REPL_CHECK=( )
|
||||
WEB_REPL_CHECK=( www )
|
||||
LB_REPL_CHECK=( nginxproxy )
|
||||
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
|
||||
#NC_REPL_CHECK=( )
|
||||
|
||||
Reference in New Issue
Block a user