mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
13 lines
169 B
CFEngine3
13 lines
169 B
CFEngine3
SERVER {
|
|
|
|
PORT 8080
|
|
|
|
LOG_FILE rdb_server.log
|
|
LOG_FILE_SZ 1M
|
|
|
|
PLUGIN echo
|
|
PLUGIN_DIR ../../src/ulib/net/server/plugin/.libs
|
|
|
|
PREFORK_CHILD 0
|
|
}
|