You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
297 B

# these are the server global settings
# stuff related to vhosts should go in one
# file per vhost in ../conf.d/
{
"global": {
"uid": "48",
"gid": "48",
"interface": "eth0",
"count-threads": "1",
"server-string": "lwsws",
"ws-pingpong-secs": "200",
"init-ssl": "yes"
}
}