mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
# [root]
|
|
|
|
# logfile = logs/test.log
|
|
# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT]
|
|
loglevel = DEBUG
|
|
log_remain_days = 3
|
|
log_filesize = 16M
|
|
|
|
# worker_processes = auto # auto = ncpu
|
|
worker_processes = auto
|
|
worker_threads = 2
|
|
|
|
port = 8086
|