Changes

From SME Server
Jump to navigationJump to search
492 bytes added ,  17:31, 15 August 2016
m
Line 189: Line 189:     
==WebRTC configuration==
 
==WebRTC configuration==
TBA
+
Rocket.Chat uses WebRTC to make voice/video calls. This requires the additional Apache module proxy_wstunnel. This is available from the '''[[fws]]''' repository.
 +
yum install mod_proxy_wstunnel --enablerepo=fws
 +
 
 +
A custom template is required to load the proxy_wstunnel module by default and in the correct order:
 +
TBA
 +
 
 +
Then expand httpd.conf and restart Apache:
 +
expand-template /etc/httpd/conf/httpd.conf
 +
service httpd-e-smith restart
 +
 
 +
To show if the module is correctly loaded:
 +
apachectl -M
    
==LDAP Authentication==
 
==LDAP Authentication==

Navigation menu