mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
21 lines
429 B
INI
21 lines
429 B
INI
userver {
|
|
|
|
PORT 8080
|
|
PREFORK_CHILD 4
|
|
TCP_LINGER_SET 0
|
|
LISTEN_BACKLOG 256
|
|
DOCUMENT_ROOT benchmark/FrameworkBenchmarks/ULib/www
|
|
PID_FILE ../userver_tcp.pid
|
|
|
|
ORM_DRIVER "sqlite mysql pgsql"
|
|
|
|
LOG_FILE ../../benchmark.log
|
|
# LOG_FILE_SZ 50M
|
|
# LOG_MSG_SIZE -1
|
|
|
|
DOS_WHITE_LIST 127.0.0.1
|
|
|
|
PLUGIN_DIR ../../../../../../src/ulib/net/server/plugin/.libs
|
|
ORM_DRIVER_DIR ../../../../../../src/ulib/orm/driver/.libs
|
|
}
|