From 434504435cc8b72e03146ac4871f86c5e10d393e Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Fri, 9 Feb 2018 11:56:36 -0500 Subject: [PATCH] use /demo like it says in the instructions https://github.com/Johni0702/mumble-web/issues/24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91bc5e3..870382f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ server { location / { root /path/to/dist; } - location /mumble { + location /demo { proxy_pass http://websockify:64737; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;