Browse Source

Include xmpp and colibri proxy for apache

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
master
Jonas Rittershofer 4 years ago
parent
commit
19bf027b8b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      doc/debian/jitsi-meet/jitsi-meet.example-apache

+ 3
- 0
doc/debian/jitsi-meet/jitsi-meet.example-apache View File

@@ -44,6 +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 50
 
48 51
     RewriteEngine on
49 52
     RewriteRule ^/([a-zA-Z0-9]+)$ /index.html

Loading…
Cancel
Save