From 7738eb55061b2d9ebbfc000dc6af66e07ba78c9c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 9 Dec 2019 14:06:50 +0100 Subject: [PATCH] Remove default ngxblocker with Nginx --- wo/cli/plugins/stack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 302621f..e9dc7cb 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -166,7 +166,6 @@ class WOStackController(CementBaseController): # Nginx if pargs.nginx: - pargs.ngxblocker = True Log.debug(self, "Setting apt_packages variable for Nginx") if not WOAptGet.is_exec(self, 'nginx'): apt_packages = apt_packages + WOVar.wo_nginx