43-http.yml 475 B

12345678910111213141516171819202122
  1. listen:
  2. -
  3. port: 5443
  4. ip: "::" #listen to v4 and v6
  5. module: ejabberd_http
  6. tls: true
  7. ciphers: 'TLS_CIPHERS'
  8. protocol_options: 'TLS_OPTIONS'
  9. request_handlers:
  10. "/bosh": mod_bosh
  11. "/captcha": ejabberd_captcha
  12. "/upload": mod_http_upload
  13. "/ws": ejabberd_http_ws
  14. "/conversejs": mod_conversejs
  15. -
  16. port: 5280
  17. ip: "::"
  18. module: ejabberd_http
  19. tls: false
  20. request_handlers:
  21. /websocket: ejabberd_http_ws