send content-type when LWS_WITH_RANGES=OFF
[platform/upstream/libwebsockets.git] / lwsws / etc-lwsws-conf-EXAMPLE
1 # these are the server global settings
2 # stuff related to vhosts should go in one
3 # file per vhost in ../conf.d/
4
5 {
6   "global": {
7    "uid": "48",
8    "gid": "48",
9    "interface": "eth0",
10    "count-threads": "1",
11    "server-string": "lwsws",
12    "ws-pingpong-secs": "200",
13    "init-ssl": "yes"
14  }
15 }
16