Talk:Rocket Chat

From SME Server
Revision as of 13:53, 17 May 2016 by RequestedDeletion (talk | contribs) (Created page with "==Various notes== To be able to redirect https traffic to the Rocket.Chat engine, the following must be present in httpd.conf under the virtualhost sub-domain: ProxyPass /.we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Various notes

To be able to redirect https traffic to the Rocket.Chat engine, the following must be present in httpd.conf under the virtualhost sub-domain:

ProxyPass /.well-known/acme-challenge/ !
ProxyPreserveHost On
ProxyPassMatch ^/sockjs/(.*)/websocket ws://localhost:3000/sockjs/$1/websocket
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/