mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
15 lines
238 B
Text
15 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"
|
||
|
}
|
||
|
}
|
||
|
|