From 13e3e999948dfbc06d9c278f192f6ac38f99f024 Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 11 Apr 2016 10:16:08 -0500 Subject: [PATCH] Updates websockets example. --- doc/example-config-files/jitsi.example.com.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example-config-files/jitsi.example.com.example b/doc/example-config-files/jitsi.example.com.example index 96ae864f9..eddd796ce 100755 --- a/doc/example-config-files/jitsi.example.com.example +++ b/doc/example-config-files/jitsi.example.com.example @@ -23,7 +23,7 @@ server { # xmpp websockets location /xmpp-websocket { - proxy_pass http://localhost:5280; + proxy_pass http://localhost:5280/xmpp-websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";