Changes

Jump to navigation Jump to search
249 bytes added ,  00:47, 29 August 2016
m
Line 182: Line 182:  
it should be listed as '''proxy_wstunnel_module (shared)'''
 
it should be listed as '''proxy_wstunnel_module (shared)'''
   −
 
+
To be able to redirect websocket requets to the Rocket.Chat engine, the following must be present in httpd.conf under the virtualhost sub-domain:
{{Note box|For additional WebRTC related Apache configuration settings see the [[Talk:Rocket_Chat|discussion page]].}}
+
ProxyPass /.well-known/acme-challenge/ !
 +
ProxyPreserveHost On
 +
ProxyPassMatch ^/sockjs/(.*)/websocket ws://localhost:3000/sockjs/$1/websocket
 +
ProxyPass / http://localhost:3000/
 +
ProxyPassReverse / http://localhost:3000/
    
==LDAP Authentication==
 
==LDAP Authentication==

Navigation menu