Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- port: 5443
- ip: "::"
- tls: true
- module: ejabberd_http
- request_handlers:
- /admin: ejabberd_web_admin
- /api: mod_http_api
- /bosh: mod_bosh
- /captcha: ejabberd_captcha
- /ws: ejabberd_http_ws
- -
- port: 5444
- module: ejabberd_http
- request_handlers:
- "": mod_http_upload
- tls: true
- mod_http_upload:
- docroot: /var/www/ejabberd/upload
- put_url: https://@HOST@:5443/upload
- custom_headers:
- "Access-Control-Allow-Origin": "https://@HOST@"
- "Access-Control-Allow-Methods": "GET,HEAD,PUT,OPTIONS"
- "Access-Control-Allow-Headers": "Content-Type"
Advertisement
Add Comment
Please, Sign In to add comment