use /demo like it says in the instructions
https://github.com/Johni0702/mumble-web/issues/24
This commit is contained in:
parent
137e380fd5
commit
434504435c
|
@ -72,7 +72,7 @@ server {
|
||||||
location / {
|
location / {
|
||||||
root /path/to/dist;
|
root /path/to/dist;
|
||||||
}
|
}
|
||||||
location /mumble {
|
location /demo {
|
||||||
proxy_pass http://websockify:64737;
|
proxy_pass http://websockify:64737;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Reference in a new issue