hide the nginx plugin

This commit is contained in:
Brad Warren 2016-08-17 16:27:23 -07:00
parent 2fa15641e3
commit 4e1830b372

View file

@ -57,6 +57,8 @@ class NginxConfigurator(common.Plugin):
description = "Nginx Web Server - currently doesn't work"
hidden = True
@classmethod
def add_parser_arguments(cls, add):
add("server-root", default=constants.CLI_DEFAULTS["server_root"],