Update nginx-ldap-auth-daemon.py
Corrected typo in comment.
This commit is contained in:
parent
52cbf2fa43
commit
ab6e7ff876
|
|
@ -25,7 +25,7 @@ class AuthHTTPServer(ThreadingMixIn, HTTPServer):
|
||||||
#class AuthHTTPServer(ForkingMixIn, HTTPServer):
|
#class AuthHTTPServer(ForkingMixIn, HTTPServer):
|
||||||
# pass
|
# pass
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Requests are process with UNIX sockets
|
# Requests are processed with UNIX sockets
|
||||||
#import threading
|
#import threading
|
||||||
#from SocketServer import ThreadingUnixStreamServer
|
#from SocketServer import ThreadingUnixStreamServer
|
||||||
#class AuthHTTPServer(ThreadingUnixStreamServer, HTTPServer):
|
#class AuthHTTPServer(ThreadingUnixStreamServer, HTTPServer):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue