ForNeVeR / Kaiwa

A modern XMPP Web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to do SSL integration ?

patelvanita360 opened this issue · comments

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

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

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 ?

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