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:
parent
b6cb81c3bc
commit
0b86e34203
5 changed files with 14265 additions and 158 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue