1
0

hmain_test.conf 247 B

12345678910111213
  1. # [root]
  2. # logfile = logs/test.log
  3. # loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT]
  4. loglevel = DEBUG
  5. log_remain_days = 3
  6. log_filesize = 16M
  7. # worker_processes = auto # auto = ncpu
  8. worker_processes = auto
  9. worker_threads = 2
  10. port = 8086