1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lwsws/etc-lwsws-conf-EXAMPLE
Andy Green c6a157d960 cgi post
Signed-off-by: Andy Green <andy@warmcat.com>
2016-04-13 11:53:40 +08:00

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": "48",
"gid": "48",
"interface": "eth0",
"count-threads": "1",
"init-ssl": "yes"
}
}