mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
adding example for unix socket in defautl conf
This commit is contained in:
parent
45d64120ae
commit
4d696a29ef
@ -5,6 +5,10 @@
|
||||
server.socket_host = '127.0.0.1'
|
||||
# port
|
||||
server.socket_port = 8080
|
||||
|
||||
# it's also possible to run bound to a unix socket
|
||||
#server.socket_file = '/tmp/lc.sock'
|
||||
|
||||
# number of threads
|
||||
server.thread_pool = 8
|
||||
#don't show traceback on error
|
||||
|
Loading…
Reference in New Issue
Block a user