mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
28 lines
493 B
INI
28 lines
493 B
INI
userver {
|
|
|
|
PORT 8080
|
|
LISTEN_BACKLOG 1024
|
|
DOCUMENT_ROOT benchmark/docroot
|
|
PID_FILE benchmark/userver_tcp.pid
|
|
|
|
## MIN_SIZE_FOR_SENDFILE 78k
|
|
|
|
# LOG_FILE ../benchmarking.log
|
|
LOG_FILE_SZ 50M
|
|
LOG_MSG_SIZE -1
|
|
|
|
PLUGIN_DIR ../../../../src/ulib/net/server/plugin/.libs
|
|
ORM_DRIVER_DIR ../../../../src/ulib/orm/driver/.libs
|
|
|
|
## DOS attack
|
|
# REQ_TIMEOUT 5
|
|
# MAX_KEEP_ALIVE 50
|
|
# PREFORK_CHILD 0
|
|
}
|
|
|
|
http {
|
|
|
|
## CACHE_FILE_MASK _off_
|
|
CACHE_FILE_MASK *.swf
|
|
}
|