43-http.yml 345 B

123456789101112131415
  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