mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Merge pull request #861 from letsencrypt/nginx_alpha
Mark Nginx as Alpha
This commit is contained in:
commit
23e766a4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class NginxConfigurator(common.Plugin):
|
|||
zope.interface.implements(interfaces.IAuthenticator, interfaces.IInstaller)
|
||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||
|
||||
description = "Nginx Web Server"
|
||||
description = "Nginx Web Server - Alpha"
|
||||
|
||||
@classmethod
|
||||
def add_parser_arguments(cls, add):
|
||||
|
|
|
|||
Loading…
Reference in a new issue