ForNeVeR / Kaiwa

A modern XMPP Web client
MIT License
74 stars 13 forks source link

How to do SSL integration ? #235

Closed patelvanita360 closed 6 years ago

patelvanita360 commented 6 years ago

Hello , Can anyone tel me how can I integrate SSL in kaiwa . I want to run chat portal on HTTPS port. Please help me.

vitalyster commented 6 years ago

Just point your nginx or apache secured virtual host to Kaiwa's public directory

patelvanita360 commented 6 years ago

And in kaiwa dev_config.json also same port will use which we use in virtual host file?

And how can I run kaiwa chat without start npm service ?

vitalyster commented 6 years ago

npm run compile produces public directory with all static files, no need to start npm service in production. Yes, address and port in config should match apache/nginx virtualhost settings