Selaa lähdekoodia

Removes unused part of config.

j8
Damian Minkov 10 vuotta sitten
vanhempi
commit
a201ef2823
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. 0
    10
      debian/usr/share/doc/jitsi-meet/jitsi-meet.example

+ 0
- 10
debian/usr/share/doc/jitsi-meet/jitsi-meet.example Näytä tiedosto

@@ -23,14 +23,4 @@ server {
23 23
         proxy_set_header X-Forwarded-For $remote_addr;
24 24
         proxy_set_header Host $http_host;
25 25
     }
26
-
27
-    # xmpp websockets
28
-    location /xmpp-websocket {
29
-        proxy_pass http://localhost:5280;
30
-        proxy_http_version 1.1;
31
-        proxy_set_header Upgrade $http_upgrade;
32
-        proxy_set_header Connection "upgrade";
33
-        proxy_set_header Host $host;
34
-        tcp_nodelay on;
35
-    }
36 26
 }

Loading…
Peruuta
Tallenna