mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
hide the nginx plugin
This commit is contained in:
parent
2fa15641e3
commit
4e1830b372
1 changed files with 2 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue