adding example for unix socket in defautl conf

This commit is contained in:
kakwa 2017-06-09 23:24:20 +02:00
parent 45d64120ae
commit 4d696a29ef
1 changed files with 4 additions and 0 deletions

View File

@ -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