12345678910111213141516171819202122 |
- listen:
- -
- port: 5443
- ip: "::" #listen to v4 and v6
- module: ejabberd_http
- tls: true
- ciphers: 'TLS_CIPHERS'
- protocol_options: 'TLS_OPTIONS'
- request_handlers:
- "/bosh": mod_bosh
- "/captcha": ejabberd_captcha
- "/upload": mod_http_upload
- "/ws": ejabberd_http_ws
- "/conversejs": mod_conversejs
- -
- port: 5280
- ip: "::"
- module: ejabberd_http
- tls: false
- request_handlers:
- /websocket: ejabberd_http_ws
|