瀏覽代碼

Updates websockets example.

master
damencho 9 年之前
父節點
當前提交
13e3e99994
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      doc/example-config-files/jitsi.example.com.example

+ 1
- 1
doc/example-config-files/jitsi.example.com.example 查看文件

@@ -23,7 +23,7 @@ server {
23 23
 
24 24
     # xmpp websockets
25 25
     location /xmpp-websocket {
26
-        proxy_pass http://localhost:5280;
26
+        proxy_pass http://localhost:5280/xmpp-websocket;
27 27
         proxy_http_version 1.1;
28 28
         proxy_set_header Upgrade $http_upgrade;
29 29
         proxy_set_header Connection "upgrade";

Loading…
取消
儲存