jsonrtc.conf 292 B

1234567891011121314151617
  1. # jsonrtc configuration
  2. bind 127.0.0.1 8888
  3. load ./jsonrtc.so
  4. tls_dhparam dh2048.pem
  5. domain * {
  6. certfile cert/server.pem
  7. certkey cert/key.pem
  8. filemap /html/ ../html
  9. static /time handle_time
  10. static /wkalrm handle_wkalrm
  11. static /device detect_device
  12. static /nvmem handle_nvmem
  13. }