use /demo like it says in the instructions

https://github.com/Johni0702/mumble-web/issues/24
This commit is contained in:
Jamie McClelland 2018-02-09 11:56:36 -05:00
parent 137e380fd5
commit 434504435c

View file

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