Updates websockets example.

This commit is contained in:
damencho 2016-04-11 10:16:08 -05:00
parent 702eb8cbbe
commit 13e3e99994
1 changed files with 1 additions and 1 deletions

View File

@ -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";