Update nginx-ldap-auth-daemon.py

Corrected typo in comment.
This commit is contained in:
tmauro-nginx 2015-05-13 16:43:29 -07:00
parent 52cbf2fa43
commit ab6e7ff876
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class AuthHTTPServer(ThreadingMixIn, HTTPServer):
#class AuthHTTPServer(ForkingMixIn, HTTPServer):
# pass
# -----------------------------------------------------------------------------
# Requests are process with UNIX sockets
# Requests are processed with UNIX sockets
#import threading
#from SocketServer import ThreadingUnixStreamServer
#class AuthHTTPServer(ThreadingUnixStreamServer, HTTPServer):