1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

replace tunnel.py with sshtunnel.py some small fixes

This commit is contained in:
catborise 2020-07-14 15:44:20 +03:00
parent b6cb81c3bc
commit 0b86e34203
5 changed files with 14265 additions and 158 deletions

View file

@ -111,7 +111,7 @@
}
// uri = scheme + host + ":" + port;
uri = scheme + "{{ ws_host }}:{{ ws_port }}{{ ws_path }}";
uri = scheme + "{{ ws_host }}:{{ ws_port }}";
if (path) {
uri += path[0] == '/' ? path : ('/' + path);