Merge pull request #869 from letsencrypt/broken-nginx

Mark Nginx as non-working.
This commit is contained in:
bmw 2015-09-30 17:00:49 -07:00
commit 078b8c01f6

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 - Alpha"
description = "Nginx Web Server - currently doesn't work"
@classmethod
def add_parser_arguments(cls, add):