mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
18 lines
356 B
CFEngine3
18 lines
356 B
CFEngine3
userver {
|
|
PORT 8080
|
|
DOCUMENT_ROOT .
|
|
|
|
# DOS_SITE_COUNT 1
|
|
DOS_WHITE_LIST 127.0.0.1,10.8.0.0/16
|
|
DOS_LOGFILE /tmp/dos_blacklist.txt
|
|
# DOS_EMAIL_NOTIFY mail.unirel.com:stefano.casazza2@unirel.com
|
|
|
|
LOG_FILE /tmp/rdb_server.log
|
|
LOG_FILE_SZ 1M
|
|
|
|
PLUGIN echo
|
|
PLUGIN_DIR ../../src/ulib/net/server/plugin/.libs
|
|
|
|
PREFORK_CHILD 0
|
|
}
|