소스 검색

Updates websockets example.

j8
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
 
23
 
24
     # xmpp websockets
24
     # xmpp websockets
25
     location /xmpp-websocket {
25
     location /xmpp-websocket {
26
-        proxy_pass http://localhost:5280;
26
+        proxy_pass http://localhost:5280/xmpp-websocket;
27
         proxy_http_version 1.1;
27
         proxy_http_version 1.1;
28
         proxy_set_header Upgrade $http_upgrade;
28
         proxy_set_header Upgrade $http_upgrade;
29
         proxy_set_header Connection "upgrade";
29
         proxy_set_header Connection "upgrade";

Loading…
취소
저장