Update defaults.inc

This commit is contained in:
2021-01-16 11:13:09 -06:00
parent c9260cab50
commit 31d7b1613a

View File

@@ -88,15 +88,15 @@ REPL_CHECKS['ssl']='/etc/letsencrypt'
REPL_CHECKS['lessh']='/home/le/.ssh'
REPL_CHECKS['php']='/etc/php'
REPL_CHECKS['www']='/var/www'
#REPL_CHECKS['git']='/var/lib/gitea'
#REPL_CHECKS['gitssh']='/home/git'
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']='/mnt/Nextcloud-Data/cloud-Data'
#REPL_CHECKS['nextcloud-www']='/mnt/Nextcloud-Data/www-Data'
MYSQL_REPL_CHECK=( )
WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa)
WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
LB_REPL_CHECK=( )
#NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www)