
This adds support for dynamically loaded plugins at runtime, which can expose their own protocols or extensions transparently. With these changes lwsws defaults to OFF in cmake, and if enabled it automatically enables plugins and libuv support. Signed-off-by: Andy Green <andy@warmcat.com>
14 lines
238 B
Text
14 lines
238 B
Text
# these are the server global settings
|
|
# stuff related to vhosts should go in one
|
|
# file per vhost in ../conf.d/
|
|
|
|
{
|
|
"global": {
|
|
"uid": "99",
|
|
"gid": "99",
|
|
"interface": "eth0",
|
|
"count-threads": "1",
|
|
"init-ssl": "yes"
|
|
}
|
|
}
|
|
|