From c7ee27a9232e12d33570a561b24269fb9fe40f8b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 27 Sep 2019 11:59:57 +0200 Subject: [PATCH] Fix ngxblocker stack --- wo/cli/plugins/stack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index b471676..d11191e 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -119,7 +119,7 @@ class WOStackController(CementBaseController): (not pargs.adminer) and (not pargs.utils) and (not pargs.redis) and (not pargs.proftpd) and (not pargs.extplorer) and (not pargs.clamav) and - (not pargs.ufw) and + (not pargs.ufw) and (not pargs.ngxblocker) and (not pargs.phpredisadmin) and (not pargs.sendmail) and (not pargs.php73)): pargs.web = True @@ -154,6 +154,7 @@ class WOStackController(CementBaseController): if pargs.security: pargs.fail2ban = True pargs.clamav = True + pargs.ngxblocker = True # Nginx if pargs.nginx: