From 4d696a29ef3b5e858cd471705688d0f878f447dd Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Jun 2017 23:24:20 +0200 Subject: [PATCH] adding example for unix socket in defautl conf --- conf/ldapcherry.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index a661b72..12c12fa 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -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