diff --git a/vnc_lite.html b/vnc_lite.html
index d17ab9ee..1011c96d 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -144,7 +144,7 @@
const host = readQueryVariable('host', window.location.hostname);
let port = readQueryVariable('port', window.location.port);
const password = readQueryVariable('password');
- const path = readQueryVariable('path', 'websockify');
+ const path = readQueryVariable('path', '');
// | | | | | |
// | | | Connect | | |