mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
11 lines
176 B
INI
11 lines
176 B
INI
userver {
|
|
|
|
PORT 8080
|
|
LOG_FILE web_server_echo.log
|
|
|
|
PLUGIN echo
|
|
PLUGIN_DIR ../../src/ulib/net/server/plugin/.libs
|
|
|
|
PREFORK_CHILD 0
|
|
}
|