From 783dab48788a42fbb2929d9d3a73c2cb76167d8d Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Wed, 18 Apr 2018 17:10:13 -0700 Subject: [PATCH] Fall back to default path. --- vnc_lite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc_lite.html b/vnc_lite.html index e3aea394..53647370 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -201,7 +201,7 @@ defaultPath = pathName + '/websockify'; } } - var path = WebUtil.getConfigVar('path', 'websockify'); + var path = WebUtil.getConfigVar('path', defaultPath); // If a token variable is passed in, set the parameter in a cookie. // This is used by nova-novncproxy.