Skip to content

Commit 46ce86a

Browse files
Update novnc.html
1 parent 37fcbca commit 46ce86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/noVNC/novnc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
document.title = unescape(WebUtil.getConfigVar('title', 'noVNC'));
198198
// By default, use the host and port of server that served this file
199199
host = WebUtil.getConfigVar('host', window.location.hostname);
200-
port = 80;
200+
//port = 80;
201201

202202
// if port == 80 (or 443) then it won't be present and should be
203203
// set manually

0 commit comments

Comments
 (0)