Просмотр исходного кода

use /demo like it says in the instructions

https://github.com/Johni0702/mumble-web/issues/24
Jamie McClelland 6 лет назад
Родитель
Сommit
434504435c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
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;