Merge pull request #861 from letsencrypt/nginx_alpha

Mark Nginx as Alpha
This commit is contained in:
bmw 2015-09-29 11:12:19 -07:00
commit 23e766a4d3

View file

@ -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):