1234567891011121314151617 |
- # jsonrtc configuration
- bind 127.0.0.1 8888
- load ./jsonrtc.so
- tls_dhparam dh2048.pem
- domain * {
- certfile cert/server.pem
- certkey cert/key.pem
- filemap /html/ ../html
- static /time handle_time
- static /wkalrm handle_wkalrm
- static /device detect_device
- static /nvmem handle_nvmem
- }
|