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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue