Ver código fonte

change websocket url from http:// to ws://

master
Tobias Kneidl 4 anos atrás
pai
commit
a1438f1f21
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      doc/debian/jitsi-meet/jitsi-meet.example-apache

+ 3
- 3
doc/debian/jitsi-meet/jitsi-meet.example-apache Ver arquivo

@@ -44,9 +44,9 @@
44 44
     ProxyPreserveHost on
45 45
     ProxyPass /http-bind http://localhost:5280/http-bind/
46 46
     ProxyPassReverse /http-bind http://localhost:5280/http-bind/
47
-    ProxyPass /xmpp-websocket http://localhost:5280/xmpp-websocket
48
-    ProxyPassReverse /xmpp-websocket http://localhost:5280/xmpp-websocket
49
-    ProxyPassMatch ^/colibri-ws/default-id http://localhost:9090
47
+    ProxyPass /xmpp-websocket ws://localhost:5280/xmpp-websocket
48
+    ProxyPassReverse /xmpp-websocket ws://localhost:5280/xmpp-websocket
49
+    ProxyPassMatch ^/colibri-ws/default-id ws://localhost:9090
50 50
 
51 51
     RewriteEngine on
52 52
     RewriteRule ^/([a-zA-Z0-9]+)$ /index.html

Carregando…
Cancelar
Salvar