Marked Nginx as Alpha

This commit is contained in:
Brad Warren 2015-09-29 11:06:02 -07:00
parent 74d96f9d92
commit dcd274ed93

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