mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
21 lines
417 B
INI
21 lines
417 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"
|
|
|
|
# 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
|
|
}
|